DaemonSet
Resource Icon

Resource Overview
A DaemonSet is a Kubernetes resource that ensures all (or some) nodes run a copy of a Pod. When a node is added to the cluster, a Pod is automatically added to that node.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the DaemonSet resource will be deployedannotations: Metadata key-value pairs used by the Kubernetes systemlabels: User-defined labels for identifying the DaemonSet resourcetemplate_labels: Labels applied to the Pods that will be createdpod_security_context: Pod-level security and permission settingsinit_containers: Definition of initialization containers executed before the main containerscontainers: Definition of containers included in the Podvolume: Definition of volumes used by the Poddns_policy: DNS policy for the Podenable_service_links: Whether to automatically inject service environment variableshost_network: Whether to use the host networkimage_pull_secrets: List of Secrets used when pulling container images