Components and Stages Involved in a Pod's Scheduling
In this lesson, we will go through the stages involved in a Pod's creation.
Components Involved in a Pod’s Scheduling
Let’s discuss some of the details of Kubernetes components, and try to get an understanding of how Pod scheduling works.
Three major components were involved in the process:
1. API Server
The API server is the central component of a Kubernetes cluster and it runs on the master node. Since we are using Minikube, both master and worker nodes are baked into the same virtual machine. However, a more serious Kubernetes cluster should have the two separated on different hosts.
All ...
Access this course and 1400+ top-rated courses and projects.