DEV Community

Cover image for Understanding Kubernetes: part 17 – Useful tools - part 3
Aurélie Vache
Aurélie Vache

Posted on • Updated on

Understanding Kubernetes: part 17 – Useful tools - part 3

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.

Alt Text

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)

Collapse
 
jphi_baconnais profile image
Jean-Phi Baconnais

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?

Collapse
 
aurelievache profile image
Aurélie Vache

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...

Collapse
 
jphi_baconnais profile image
Jean-Phi Baconnais

ok thanks, i will try to look that :)