2020-05-13
Note
- Top 10 must-know Kubernetes design patterns - Red Hat Developer
- https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns/
- Kubernetes Patterns, 読んでない
- IPVS-Based In-Cluster Load Balancing Deep Dive - Kubernetes
- Comparing kube-proxy modes: iptables or IPVS? | Project Calico
- https://www.projectcalico.org/comparing-kube-proxy-modes-iptables-or-ipvs/
- IPVS, 10000 Pods ぐらいないと効果ないのか
- When Linux conntrack is no longer your friend | Project Calico
- https://www.projectcalico.org/when-linux-conntrack-is-no-longer-your-friend/
- conntrack チョットワカッタ
- 一見普通なのにKubernetesを破壊するyaml - Qiita
- https://qiita.com/ozota/items/db74fc3d06834345afc9
- IPVS の説明とか書いてある,
kube-ipvs0
というダミーの NIC を作ってそれ経由にするらしい
- Switch core master base images (kube-apiserver, kube-scheduler) from debian to distroless by dims · Pull Request #90674 · kubernetes/kubernetes
- https://github.com/kubernetes/kubernetes/pull/90674
- https://twitter.com/superbrothers/status/1260377159635329024
- api-server と schduler が distroless になるらしい