2020-03-29
Note
- Bootstrap a kubernetes cluster with ArgoCD and Istio
- https://nemo83.dev/posts/argocd-istio-operator-bootstrap/
- Sync Waves で依存の順番制御ができてるのかな, 便利
- Goでサーバを立ち上げてE2Eテストを実施するCI用のテストコードを書く - My External Storage
- https://budougumi0617.github.io/2020/03/27/http-test-in-go/
httptest.NewServer
じゃだめなんだっけという気持ちになった
- Linux bcc/BPF tcplife: TCP Lifespans
- Docker/Kubernetes で PID 1 問題を回避する | text․superbrothers․dev
- https://text.superbrothers.dev/200328-how-to-avoid-pid-1-problem-in-kubernetes/
Share Process Namespace
を使う, なるほど