© 2026 Hashnode
Kubernetes Architecture:https://chauhanrajatwork.hashnode.dev/kubernetes-architecture What Happens When You Run a kubectl Command? kubectl is the Kubernetes command-line tool that allows users to interact with the Kubernetes cluster. Below is the f...

In this post, we will dive into Kubernetes' etcd component, explaining how to back it up and restore it. The health of a Kubernetes cluster is highly dependent on its etcd data store. Losing this data means losing the entire cluster's state and confi...

Kubernetes is a powerful platform for managing containerized applications, but to harness its full potential, you need to keep your clusters up-to-date with the latest features and security patches. With new releases coming frequently, upgrading beco...
