Difference between revisions of "Kubernetes DaemonSets"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
Kubernetes Daemonset can be used to run [[replicas]] of a pod on specific or all node.
 
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

Related terms

See also

Advertising: