2.What are the components of Kuberentes master and explain each component’s functions

Limited Time Offer!

For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!

Enroll Now

API Server

  • Its process the incoming API request from UI/CLI
  • It Uses RESTAPI

Controller

  • Controls the Kubernetes cluster
  • Kubernetes include the Endpoints Controller, Replication Controller, and Namespace Controller
  • observes the state of the cluster

scheduler

  • Schedules Pods
  • Scheduler maintains the work

Cluser store

  • permanent storage for Cluster config