Debug School

Arun Basu
Arun Basu

Posted on

Kubernetes Assignments !

What is Kubernetes?

Ans: Kuberenets is open source orchestration platform which is managing centralized services.

Why do we need it?

Ans: K8 handle containers and running application in such manner, where downtime is not required.

How it works?

Master node : END user - > API server -> ETCD -> controllers -> scheduler

Worker node node : Kubelet Kube-proxy container runtime

What are the components of Master?

Ans : a. API server b. ETCD c. controllers d. scheduler

What are the components of Worker?

Ans : a. Kubelet b. Kube-proxy c. container runtime ( docker/rkt )

Top comments (0)