k8s - DaemonSet

DaemonSet

DaemonSet ensures that all (or some) Nodes run a copy of a Pod. As nodes are added to the cluster, Pods are added to them. As nodes are removed from the cluster, those Pods are garbage collected. Deleting a DaemonSet will clean up the Pods it created.

 

 

 

 

 

 

 

 

 

 

posted @ 2021-10-18 22:52  xman888  阅读(23)  评论(0编辑  收藏  举报