Kubernetes DaemonSet

From NovaOrdis Knowledge Base
Revision as of 23:29, 11 July 2023 by Ovidiu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.