From bd7f1cb1486cca0d320870f9951729f4f529388b Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Fri, 12 Feb 2021 15:02:14 +0700 Subject: [PATCH] Adding another "Scaling Kubernetes" link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c7cd17d..637feb3 100644 --- a/readme.md +++ b/readme.md @@ -239,7 +239,7 @@ Items with :green_heart: indicate open source projects. - [Kubernetes Failure Stories](https://github.com/hjacobs/kubernetes-failure-stories) - A compiled list of links to public failure stories related to Kubernetes. - [Life of a Packet](https://www.youtube.com/watch?v=0Omvgd7Hg1I) - Tracing the path of network traffic in the Kubernetes system. - [OPA Deep Dive](https://www.youtube.com/watch?v=Uj2N9S58GLU) - Deep dive on some exciting new features in the OPA project presented by the co-creators. -- [Scaling Kubernetes to 2,500 Nodes](https://openai.com/blog/scaling-kubernetes-to-2500-nodes/) - Issues you will encounter when running high-scale Kubernetes workloads. +- [Scaling Kubernetes to 2,500 Nodes](https://openai.com/blog/scaling-kubernetes-to-2500-nodes/) + [Scaling Kubernetes to 7,500 Nodes](https://openai.com/blog/scaling-kubernetes-to-7500-nodes/) - Issues you will encounter when running high-scale Kubernetes workloads. - [Service Mesh Comparison](https://servicemesh.es/) - An easy compensation to help choose one of the service Mesh implementations. ### Learnings and Documentations