I need to simulate the behaviour of a _DaemonSet_ using deployments and a fixed . . .

Ramakant:
I need to simulate the behaviour of a DaemonSet using deployments and a fixed number of replicas.

unnivkn:
Its available in one of our labs. please go through

unnivkn:
Probably if you change the kind from Deployment to DaemonSet, it should work. https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/