Difference between revisions of "Kubernetes DaemonSets"
Jump to navigation
Jump to search
m (Cry moved page DaemonSets to Kubernetes DaemonSets) |
|||
Line 1: | Line 1: | ||
+ | Kubernetes Daemonset can be used to run [[replicas]] of a pod on specific or all node. | ||
* https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ | * https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ | ||
− | |||
− | |||
Typical uses of a DaemonSet are: | Typical uses of a DaemonSet are: |
Revision as of 06:19, 18 August 2022
Kubernetes 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: