2020-01-31
Diary
- My Pull Request for Argo CD repo has been merged
Note
- KubeCon + CloudNativeConにプロポーザル出すときに気をつけたこと
- Kubernetes Istio simply visually explained
- SRE NEXT 2020 で「SLO Review」というタイトルで登壇しました #srenext
- google/gops: A tool to list and diagnose Go processes currently running on your system
- https://github.com/google/gops
- 便利, コード読むとだいたい標準パッケージなんだなあってなった
- golang で書かれたプロセスのリソースを外部から監視/操作できる「gops」 - Qiita
- autoscaler/FAQ.md at master · kubernetes/autoscaler
- https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md
- Cluster Autoscaler の FAQ
- Cluster Autosaler 雑メモ
- CA くんは Pod の requests しか見てない
- 何故か metrics API とか見てると勘違いしてた, 考えて見えたらそれはそうってやつ
- AWS の実装だと tag で auto discovery してるけど AWS の API 叩きすぎると ratelimit に引っかかるのでインメモリキャッシュとか駆使してる
- tag で ASG 引っ張ってきてそれに紐付いている全インスタンスをインメモリキャッシュに入れとく, みたいな実装
- CA くんは Pod の requests しか見てない