beginnerWorkloads II: StatefulSet & DaemonSet
How does a DaemonSet's reconciliation differ from a Deployment's?
A Deployment reconciles toward a fixed replica count. A DaemonSet reconciles toward one Pod per eligible node -- adding a node creates a DaemonSet Pod, removing a node removes it.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
How does a DaemonSet's reconciliation differ from a Deployment's?