Daemon Sets, Static Pods - pracip96/K8s-Learning GitHub Wiki

DAEMON SETS

Atleast one pod run on all node in the cluster, typically present as monitoring agents.

STATIC PODS

These are not controlled by Kube-api server, basically manifests files are placed in etc/kubernetes/manifests file in the kubelet node, thats how pods are created, only pod object can be created with this method, no other k8s objects can be created in this manner.

Kube api server is ware about this static pod though the pod is not create dby api server with the help of mirror object.

STATIC PODS can be found by the name, they would be concatenated by the node they are on

STATIC POD file/directory is present on the HOST. It can be configured as pod-manifest-file defined as service. Else, it can be set in kubeconfig.yaml using config option and define a staticPodPath