DaemonSet

Noun · Open Source

Definitions

  1. A Kubernetes workload type that ensures a pod runs on every node or on selected nodes in a cluster.

    In plain English: A Kubernetes resource that runs one copy of a pod on each node.

    Example: "The log collector ran as a DaemonSet so each node had one local agent."

Related Terms