Understanding Kubernetes can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Kubernetes. I think it could be a good way, more visual, to explain Kubernetes (and others technologies).
We continue the serie of Kubernetes Sketchnotes with a focus on DaemonSet.
If you are interested, I published all the sketchnotes on Kubernetes (and new ones!) to make a "book" of 120 pages: "Understanding Kubernetes in a visual way".
As usual, if you like theses sketchnotes, you can follow me, and tell me what do you think. I will publish others sketchs shortly :-).
Top comments (2)
Daemonset are useful for example if you want to deploy logs collector, node exporters, logs rotate...
If you need to have your application deployed on each node in the cluster, you need to deploy your app in a DaemonSet.
In the real world, you will deploy a lot of deployments, and jobs or CronJobs.
Daemonset, statefulset it's only for certain specific cases.
Good job , amazing!!