Debug School

Sandeep Joshi
Sandeep Joshi

Posted on

How Kubernetes works?All components and roles of their components

Kubectl is send request in form of YAML or JSON to API server and API server is getting response from Cluster Store and responding back to API server and API server returning back the response to respective kubectl. Kubernetes components are Cluster Store, Scheduler, Controller and API Server. Scheduler job is to schedule jobs. Controller role is to check the health status of cluster store.

Top comments (0)