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.

 

 

k8s - DaemonSet

 

 

 

 

k8s - DaemonSet

 

 

 

k8s - DaemonSet

 

上一篇:【Redis】06--Redis架构设计应用


下一篇:iOS 头文件导入@class注意事项