https://youtu.be/oqWgMc9yYcc

Resources

  1. Chapter 1 of the training course please refer to

Copy of #100DaysOfKubernetes

Main Node

Where does the orchestration come in?

There are several other API objects which can be used to deloy pods. A DaemonSet will ensure that a single pod is deployed on every node. These are often used for logging and metrics pods. A StatefulSet can be used to deploy pods in a particular order, such that following pods are only deployed if previous pods report a ready status.

API objects can be used to know