There will be Master and worker nodes.
Master node will have the following services running
- Data store - To keep the data persistent ( details of pod,node,..etc )
- Scheduler - Decide on where to run given application
- Api server - Receives the instruction from end user or internal services
- Controller manager - There will be a controller manager for objects such as Pod, Node,..etc. The corresponding controller manager of each object will get started to perform its task
- Worker node will have following services running.
- Agent - Instantiating Pod and managing it in case it goes down.
- Kubeproxy - Setting up the IP for each Pod to make all Pods are accessible from same node or other nodes.
Top comments (0)