Debug School

Anshuman Srivastava
Anshuman Srivastava

Posted on

Assignment-1

What is Kubernetes?
Kubernetes is used for managing/orchestrating/update/delete containers in a cluster of nodes.

Why do we need it?
We need kubernetes for managing/deployment containers in various nodes. It make system downtime to around 1 sec. It will reduce manual intervention to make system up.

How it works?
It works on Master/Slave architecture.

What are the components of Master?
apiserver,controller,controller-manager,scheduler

What are the components of Worker?
kubelet,kubeproxy,

Top comments (0)