Debug School

mayankPal
mayankPal

Posted on

Mayank k8s notes

What is Kubernetes?
A: Orchestration tool for containers

Why do we need it?
A: To orchestrate containers.

How it works?
A: Works on master & worker nodes architecture using pod as basic unit of work.

What are the components of Master?
A: kubeapi server, etcd, kube-scheduler, kube-controller

What are the components of Worker?
A: kubelet, kube-proxy, kubectl
What are the components of Worker?

Top comments (0)