3 comments

  • lukax1 hour ago
    It's refreshing to see a tech article that isn't about AI. It feels like 5 years ago.
  • __turbobrew__3 hours 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?
    • scripni1 hour ago
      This runs on AWS managed EKS these days, this talk goes into more detail about Netflix&#x27;s special sauce around the k8s control plane: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vaTOiXR2KSM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=vaTOiXR2KSM</a><p>Netflix actually has much fewer cells than you&#x27;d expect btw, their special sauce IMO is federation and using a small subset of k8s APIs.
    • stackskipton3 hours ago
      It&#x27;s possible they are using kine: <a href="https:&#x2F;&#x2F;github.com&#x2F;k3s-io&#x2F;kine" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;k3s-io&#x2F;kine</a>
  • scripni1 hour ago
    Congrats, this is awesome!