Difference between revisions of "Kubernetes DaemonSets"

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

Revision as of 18:35, 11 June 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: