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...") |
|||
Line 7: | Line 7: | ||
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. |
Revision as of 17:00, 20 August 2020
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.