k8s.github.io

Static Pods

In this section, we will take a look at Static Pods

How do you provide a pod definition file to the kubelet without a kube-apiserver?

Configure Static Pod

Another way to configure static pod

View the static pods

The kubelet can create both kinds of pods - the static pods and the ones from the api server at the same time.

sp3

Static Pods - Use Case

sp4

sp5

Static Pods vs DaemonSets

spvsds

K8s Reference Docs