DEV Community

Cover image for Understanding Kubernetes in a visual way (in πŸŽ₯ video): part 9 – Labels & Selector
AurΓ©lie Vache
AurΓ©lie Vache

Posted on

 

Understanding Kubernetes in a visual way (in πŸŽ₯ video): part 9 – Labels & Selector

Understanding Kubernetes can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Kubernetes, then I've auto-published a book and since now I've started a new serie of video! :-)

I imagined a serie of short videos with a mix of sketchnotes and speech.

I think it could be a good way, more visual, with audio & video to explain Kubernetes (and others technologies).

The new episode is focused on a very important Kubernetes object: Labels & Selector.

The video is in French BUT I done the subtitles in english (and french too).

If you liked the video and are interested to watch another ones, please give me some feedbacks (and you can also subscribe to my Youtube channel, if you want to ❀️).

If you are interested, I published all the sketchnotes on Kubernetes (and new ones!) to make a "book" of 165 pages: "Understanding Kubernetes in a visual way".

If you like theses sketchnotes, you can follow me, I will publish others sketchs shortly :-).

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.