Hacker News new | ask | show | jobs
by throwaway894345 23 days ago
Yeah, for real. etcd is one of the biggest limitations to Kubernetes in my opinion. I would love to have a region-agnostic Kubernetes cluster.
1 comments

I think all big cloud providers replaced etcd with a custom in house implementation in their K8s offerings for this reason
> 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

TIL!