Difference between revisions of "Kubernetes DaemonSets"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 18: Line 18:
 
* <code>[[kind]]: DaemonSet</code>
 
* <code>[[kind]]: DaemonSet</code>
 
* <code>[[kubectl get daemonset]]</code>
 
* <code>[[kubectl get daemonset]]</code>
 +
* <code>[[kubectl rollout daemonset]]</code>
 
* [[StatefulSet]]
 
* [[StatefulSet]]
  

Revision as of 20:35, 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


Related terms

See also

Advertising: