- Everything in K8s is on K8s cluster
- It has two main components Master Node and Worker Nodes
- Master Node act as a controller while worker nodes will have container where actual application will be running
- Master Node have mainly 4 components API-server, Cluster Store, Controller Manager & Scheduler
- Api server will act as communication mechanism for whole components to communicate to achieve all the task
- Api server will keep talking to Cluster store to fetch or feed the latest information which it can send to other components to master nodes,
- Cluster store will store all the information about pods, configurations and APIs
- Controller manager have various components like node controller, endpoint controller, namespace controller. It watches for the changes and tried to manage the desired state to keep the application running
- Scheduler will actually commands kubelet to create, deploy and manage PODs & container 10.In the worker nodes we have three components Kublete, Kube Proxy and container engine to perform actions
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)