Static pods are not managed by the kube-apiserver
, but rather by the kubelet
itself. While there is no Deployment, ReplicaSet, etc., the kubelet
will work to keep the pod(s) up and running.
Static pods are not managed by the kube-apiserver
, but rather by the kubelet
itself. While there is no Deployment, ReplicaSet, etc., the kubelet
will work to keep the pod(s) up and running.