Kubernetes DaemonSet

From NovaOrdis Knowledge Base
Revision as of 17:00, 20 August 2020 by Ovidiu (talk | contribs) (→‎Overview)
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.