Sequential Breakdown of the Process
In this lesson, we will look into the occurrence of sequential events to create replicas of a Pod.
Sequential Breakdown of the Process
The sequence of events that transpired with the kubectl create -f rs/go-demo-2.yml
command is as follows.
-
Kubernetes client (
kubectl
) sent a request to the API server requesting the creation of a ReplicaSet defined in thers/go-demo-2.yml
file. -
The controller is watching the API server for new ...
Access this course and 1400+ top-rated courses and projects.