Debug School

Bhanu Prakash
Bhanu Prakash

Posted on

Q2. How Kubernetes works?All components and roles of their components

Kubernets kubernets that having multiple coponents that it sends the request and receives the api server consumes json then scheduler check how many containers are free to do then it will allocate those containers work it done

Components:
Kube-apiserver – where it distributes and manage request to work done by using json through front -end panel
Cluster store: - it stores and back up plans if any this happen then it easy to backup, distributed and watchable
Kube-controller-manager – manges the multiple nodes controller, endpoint controller, names space controller watches the for changes
Kube-scheduler – watches the apiserver for new pods, contriaints its aka mangage

Top comments (0)