From 01edc97d8279845d8ca2b88bba565420898bcdd3 Mon Sep 17 00:00:00 2001 From: Idan Refaeli <32392260+Idanref@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:48:07 +0300 Subject: [PATCH] Added a New Learning Resource --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index eafa77a..09956b5 100644 --- a/readme.md +++ b/readme.md @@ -277,6 +277,7 @@ Items with :green_heart: indicate open source projects. - [Troubleshooting Kubernetes deployments](https://learnk8s.io/a/troubleshooting-kubernetes.pdf) - A flow chart to troubleshoot a kubernetes deployment in case of issues - [Vertical Pod Autoscaling: The Definitive Guide](https://povilasv.me/vertical-pod-autoscaling-the-definitive-guide/) - An in-depth explanation on Kubernetes VPA: what it is, how it works, how to use it and which limitations it has. - [Writing Your First Kubernetes Operator](https://medium.com/faun/writing-your-first-kubernetes-operator-8f3df4453234) - In this article, we’ll see how to build and deploy your first Kubernetes Operator using the Operator SDK. +- [Kubernetes Concepts: Deep Dive](https://dev.to/idanref/kubernetes-concepts-deep-dive-50en) - A comprehensive Kubernetes learning resource that will teach you the most important principles of the system, from basic to advanced topics. ### Blogs and Videos - [10 most common mistakes using kubernetes](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s/) - Common pitfalls and how to avoid them.