Difference between revisions of "Kubernetes DaemonSets"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Activities == | == Activities == | ||
* [[CKA v1.18]]: Understand the role of DaemonSets | * [[CKA v1.18]]: Understand the role of DaemonSets | ||
− | |||
== Related terms == | == Related terms == |
Revision as of 06:17, 18 August 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: