3 comments
It's refreshing to see a tech article that isn't about AI. It feels like 5 years ago.
Anyone know if Netflix does anything for the k8s storage layer? I imagine they are at the scale where etcd starts to go kaboom? Or maybe they have enough cells where that isn’t a problem?<p>Given Amazon and Google have their own secret sauce for replacing etcd, I am wondering if Netflix does anything special?
This runs on AWS managed EKS these days, this talk goes into more detail about Netflix's special sauce around the k8s control plane: <a href="https://www.youtube.com/watch?v=vaTOiXR2KSM" rel="nofollow">https://www.youtube.com/watch?v=vaTOiXR2KSM</a><p>Netflix actually has much fewer cells than you'd expect btw, their special sauce IMO is federation and using a small subset of k8s APIs.
It's possible they are using kine: <a href="https://github.com/k3s-io/kine" rel="nofollow">https://github.com/k3s-io/kine</a>
Congrats, this is awesome!