Kubernetes DaemonSet: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= * Kubernetes Higher Level Pod Controllers =Overview= A DaemonSet runs one instance of a pod on e...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
=Internal= | =Internal= | ||
* [[Kubernetes | * [[Kubernetes Workload Resources#DaemonSet|Kubernetes Workload Resources]] | ||
=Overview= | =Overview= | ||
A DaemonSet runs one instance of a pod on every node in the cluster. | A DaemonSet runs one instance of a pod on every node in the cluster. | ||
Example of DaemonSets: kube-proxy, the [[Amazon_EFS_CSI#EFS_CSI_Driver|Amazon EFS CSI driver]], etc. |
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.