Getting Started with Kubernetes — Chapter # 02
Nodes:
In K8’s, a group of servers is called a cluster. Kubernetes cluster consists of master node and worker nodes.Master node acts as a manager. Where, worker nodes are servers or system on which kubernetes deploys and run our application.
Followi...
zainrashid.hashnode.dev3 min read