Pods In the VMware world, the atomic unit of deployment is the virtual machine (VM). In the Docker world, it’s the container. Well… in the
Tag: kubernetes
Masters and nodes in Kubernetes
A Kubernetes cluster is made up of masters and nodes. These are L beinux hosts running on anything from VMs, bare metal servers, all the
Kubernetes Architecture
Kubernetes architecture at a high level is relatively straightforward. It is composed of a master node and a set of worker nodes. The nodes can
Minikube, your local kubernetes cluster
Hey Guys, whats up? So in this post I am going to talk about the minikube, your local kubernetes cluster. you can see all the