Kubelet and static pods
Exercice 1: retrieve static pod specifications in Kubernetes (kind-based)
Switch to Kubernetes cluster using kubectx kind-kind
and then access the control plane Node using docker exec -t -- <my-master-node> sh
and then access Kubelet configuration.
Exercice 1: retrieve static pod specifications in Openshift
Switch to Kubernetes cluster using kubectx <my-openshift-context>
and then access the control plane Node using oc debug node/<my-master-node>
and then access Kubelet configuration.