What is Kubernetes?
Kubernetes is a tool for container orchestration
Why do we need it?
To manage containers with functionalities, To scale up/down, To build high availability, efficient load balancing
How it works?
It works on distributed systems with master and worker nodes interactions
What are the components of Master?
Controller, Scheduler, API server, cetd storage
What are the components of Worker?
Kublet, Container Engine, Kubeproxy
Top comments (0)