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 Sketchnotes about Kubernetes, with some useful tools to know.
In this third part we will see: Kustomize.
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 (3)
Thank you very much for all these articles on kubernetes :)
On my list of tools around kube, I noted for the debug ksync / telepresence / squash (vscode extension), do you know them and do you recommend them?
Thx 🙂
I didn't know ksync and squash.
If you want a sync I recommend you skaffold 😉
If you want a vscode extension you can have a look to Google Cloud Code. It allow you, in vscode: code completion, templates, k8s explorer, continuous deployment, logs, debug...
ok thanks, i will try to look that :)