Etcd in Kubernetes In Kubernetes architecture, etcd is the data store. It stores the desired state of Kubernetes object. API server is the only client…
In this post we compare Minikube, MicroK8s and KinD as different approaches to build multi-node cluster locally. Is Docker desktop bad? In the previous post…