Skip to content- Certified Kubernetes Administrator - my approach
- This blog post is not just about how to prepare for CKA - Certified Kubernetes Administrator, it's about how to get the most of it, how to combine different learning material with exercises, and in the end pass the exam, which is optional if you end up being a real expert, but it helps, both you and people you work with.
- Kubernetes - what and why?
- What is Kubernetes? Do we need to run everything on Kubernetes these days? Why?
- How Kubernetes determines which pods to terminate in case it is running out of resources?
- Decision-making is often the hardest point in a person life, or the most tiring. In Kubernetes, some decisions you don't need to take, and in this article you can find some of them.
- K8s - where to start?
- You heard about Kubernetes but are not sure what it is? You have dabbled in it but you are still not sure how it works? You tried to find out about it yourself, but found the material overwhelming?
- The complexity of deploying a Kubernetes cluster
- Where can we deploy Kubernetes clusters? Can we run it on VMs in our data center? On Cloud VMs? What about if we don't want to manage the cluster at all?
- Kubernetes Ingress: The 'Fun' Way to Control Traffic
- Looking back on when I started my journey in the Kubernetes ecosystem, one thing among many, that I didn't understand much was Kubernetes Ingress. This initial misunderstanding remained even today when I work with Kubernetes daily.