6 ms·
I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason
by OrangeDelonge 2mo ago
I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason
- esseph 2mo ago> I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason This is incorrect. AWS, Azure, GCP still use etcd in their customer kubernetes services. "EKS Ultra Scale" uses an in-house Journal
- esprehn 2mo agoGKE uses spanner (with an etcd API layer) per the docs. https://docs.cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture#cluster-state-database https://docs.cloud.google.com/kubernetes-engine/docs/concept... https://cloud.google.com/blog/products/containers-kubernetes/gke-65k-nodes-and-counting https://cloud.google.com/blog/products/containers-kubernetes...
- esseph 2mo agoTIL!