kubeknow.hashnode.devUnderstanding Kubernetes Controllers in 2026: A Complete Guide to Self-Healing InfrastructureHello everyone, welcome back to our Kubernetes deep dive series! We've already explored etcd and the API server in our previous blogs. Now it's time to meet the real workers behind Kubernetes' magic - controllers. These are the tireless pieces of cod...Nov 29, 2025·8 min read
kubeknow.hashnode.devUnderstanding the Kubernetes API: How Your Cluster Really WorksHey folks, we're back with another deep dive into Kubernetes. This blog is the successor to our previous post where we explained everything about etcd. If you haven't read that one yet, go check it out first because it'll help you understand this one...Nov 22, 2025·7 min read
kubeknow.hashnode.devEtcd in Kubernetes: A Complete Guide to Architecture, Storage, Raft, Backup & Best PracticesIntroduction to Etcd Hey everyone! After our successful blog on k8s architecture, we're now going deeper into each component of the k8s architecture. In this blog, we'll focus on etcd - the brain of a k8s cluster and one of the most important topics....Nov 16, 2025·18 min read
kubeknow.hashnode.devUnderstanding Go Slices and Memory ManagementGo (Golang) is known for its simplicity and powerful memory management. However, one of the most confusing parts for many developers is understanding how slices, arrays, and memory allocation actually work. In this blog, we will clearly explain how G...Nov 8, 2025·3 min read
kubeknow.hashnode.devKey Components of Kubernetes Architecture ExplainedHii everyone, hope you all are good! This article is the next part of our previous article on the evolution of K8s and its history (link)! Here we are going to discuss K8s architecture in detail. I will try to explain the things that are not easily a...Nov 3, 2025·5 min read