海胆阶段's Blog

  • Home

  • About

  • Tags165

  • Categories50

  • Archives311

  • Search

jq/yq Cheat Sheet

Posted on 2021-11-12 | Edited on 2022-08-27 | In Linux

Summary of some jq use cases and caveats daily. Quick reference: cheat sheet Need to read through some common use cases: offici ...

Read more »

Python Click

Posted on 2021-10-30 | Edited on 2022-04-19 | In Python

Command line application ingredients: arguments, options(flags) stdin, stdout, stderr meaningful exit code and logging signal han ...

Read more »

On-Call Helm3

Posted on 2021-10-18 | Edited on 2022-06-19 | In Oncall

Cheatsheet to help install/upgrade/rollback helm charts. Repo Chart Note chart release name can be different from chart name. Ad ...

Read more »

Docker Multi-process

Posted on 2021-10-10 | Edited on 2022-02-13 | In Docker

应用容器,一般来说只有一个main serivce process(it can spawn child processes). 需要一个 init process(PID 1) 去管理 children reaping, handle signals, 也就 ...

Read more »

On-Call System Performance

Posted on 2021-10-08 | Edited on 2022-06-19 | In Oncall

Benchmark Need to first install stress, stress-ng packages, benchmark with multi-process. # stress cpu with 1 processstress --cpu ...

Read more »

Docker Base Image Choice

Posted on 2021-09-24 | Edited on 2021-10-05 | In Docker

最近针对目前的pipeline 有2个优化: 把deployer base image 单独分出来,在这一阶段安装一些general common packages. 把base image flavor 从 Alpine 换到 Debian. 对于1, ...

Read more »

Grafana Quick Start

Posted on 2021-09-19 | Edited on 2022-06-19 | In Monitor

Docker Compose Demo Github repo: https://github.com/chengdol/InfraTree/tree/master/docker-monitoring The steps are in README. Graf ...

Read more »

Pod/Container Memory/CPU Usage

Posted on 2021-09-19 | Edited on 2022-02-13 | In Kubernetes

top command ran in container within the pod shows the host machine overview metrics and container level process metrics. The reaso ...

Read more »

Prometheus Quick Start

Posted on 2021-09-19 | Edited on 2023-09-17 | In Monitor

//TODO: [ ] see reading section [ ] series https://blog.freshtracks.io/a-deep-dive-into-kubernetes-metrics-b190cc97f0f6 [ ] prom c ...

Read more »

On-Call Kafka Quick Check

Posted on 2021-09-13 | Edited on 2023-09-17 | In Oncall

On any of Kafka cluster nodes runs following commands. Topic # list topics created./bin/kafka-topics.sh \--bootstrap-server localh ...

Read more »
1…789…32
海胆阶段

海胆阶段

骐骥一跃,不能十步;驽马十驾,功在不舍

311 posts
50 categories
165 tags
© 2019 – 2024 Chengdong Liao
Powered by Hexo v3.8.0
|
Theme – NexT.Muse v6.7.0
0%