What is Kubernetes?
It is an open source orchestration solution for containers which helps in scaling and load balancing of docker containers.
Why do we need it?
To handle the scalability issue of containers.
How it works?
It works on the Master/Worker node architecture. It has a virtual entity called pods which contains various containers .
What are the components of Master?
- API Server
- Controller-Manager
- Scheduler
- etcd database
What are the components of Worker?
- Kubelet
- Kube-proxy
Top comments (0)