Kubernetes DaemonSet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
=Internal= | =Internal= | ||
* [[Kubernetes | * [[Kubernetes Workload Resources#DaemonSet|Kubernetes Workload Resources]] | ||
=Overview= | =Overview= |
Latest revision as of 23:29, 11 July 2023
External
Internal
Overview
A DaemonSet runs one instance of a pod on every node in the cluster.
Example of DaemonSets: kube-proxy, the Amazon EFS CSI driver, etc.