Difference between revisions of "Kubernetes DaemonSets"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
* {{DaemonSet}} | * {{DaemonSet}} | ||
* {{Kubernetes Workloads}} | * {{Kubernetes Workloads}} | ||
− | |||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 20:36, 25 July 2022
Daemonset can be used to run replicas of a pod on specific or all node
Typical uses of a DaemonSet are:
- Running a cluster storage daemon on every node
- Running a logs collection daemon on every node
- Running a node monitoring daemon on every node
Activities
- CKA v1.18: Understand the role of DaemonSets
Related terms
See also
Advertising: