Working:
1. Create the manifest file for k8s objects (json/yml/yaml)
2. Apply these files to cluster (to master) to bring into desired state
3. Pods runs on node which is controlled by master
Role Of Master:
Kubernetes cluster runs on VM/ BareMetal / cloud or mix
1. K8s having one or more master and one or more workers
The master is now going to run set of k8s process . These process with insure smooth functioning of master
these process are called control plane
2.
3. Can be multi master for high availability
4. Master runs control plane to run cluster smoothly
What Is Kubernetes?
What Does Kubernetes Look Like?
Creating a Containerized Application