CertGrid CertGrid

Learn

Practical setup guides, configuration walkthroughs and troubleshooting notes, each paired with the terminal output you should expect. Organised by the technology you are working with.

Latest guide

A DaemonSet is one per node, minus the refusalsPaid

Hands-on Lab Kubernetes and Cloud Native Associate12 min Updated 23 Aug 2026

"A DaemonSet runs one Pod on every node" is the definition everyone learns and it is not what the controller does. It runs one Pod on every node that will accept one, and the number it reports as DESIRED is the result of that filtering rather than a count of your nodes. Four nodes, three Pods, and the missing one explained and then fixed.

bash Example session
kubectl delete pod webpod "web" deleted from default namespacekubectl get podsNAME           READY   STATUS    RESTARTS   AGEnginx          1/1     Running   0          12ssidecar-demo   2/2     Running   0          12s
Start here

Choose a technology and follow its path in order.

All guides

The whole library, searchable. Use this when you already know what you are looking for.

224 guides