Kubernetes Architecture.
There are two types of nodes or machines in Kubernetes architecture, master node (control plane) and a worker node.
Worker Node:
Each worker node has multiple pods running on it, there are 3 processes which needs to be installed on every worker node ...
vikas6819.hashnode.dev2 min read