Skip to main content

What is the difference between a DaemonSet and a Deployment?

Junior Kubernetes
Quick Answer DaemonSet ensures exactly one Pod runs on every node (or a selected subset) รขโ‚ฌโ€ used for node-level agents like log collectors, monitoring, or network plugins. Deployment manages a pool of Pods across the cluster without caring which node they land on. DaemonSet scales with nodes; Deployment scales with replicas.

Answer

Deployment runs N replicas; DaemonSet ensures one Pod per node.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice