Kubernetes Architecture
A Kubernetes cluster is a set of nodes that run containerized applications. Kubernetes cluster is comprised of two main types of nodes, Master and Worker nodes. The Master node controls the state of the cluster. It is the origin of all task assignmen...
anandhi.hashnode.dev2 min read