2020-01-16
Diary
- None
Note
- Argo CD のパスワードリセットの方法
- Kubernetesのネットワーク構成
- https://tech-lab.sios.jp/archives/7857
- 図があってわかりやすい, iptables の話とか
- Container exits with non-zero exit code 137
- https://success.docker.com/article/what-causes-a-container-to-exit-with-code-137
- 137 の秘密, SIGTERM の 10 秒後に SIGKILL が送られるっぽい
- Terraform、Docker、Kubernetesなどのテストを自動化する - Yevgeniy Brikman氏のQCon SFでの講演より
- https://www.infoq.com/jp/news/2020/01/automated-testing-infrastructure/
- インフラのコードのテスト, やりたい
- Go: How Does Go Stop the World?
- 5 Best Practices for Configuring Kubernetes Pods Running in Production
- https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running-in-production/
- 適切な Object, ヘルスチェック, init container, Affinity, Autoscaler
- 次世代のログ基盤 Grafana Lokiを始めよう! / prometheus-meetup-tokyo-3-lets-start-the-loki
- Argo CD が管理する Object には
app.kubernetes.io/part-of: <Application>
ラベルが付くというメモ