DEV Community

Aurélie Vache
Aurélie Vache

Posted on • Edited on

18 5

Understanding Kubernetes: part 3 – Secrets

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

Alt Text

If you are interested, I published an entire illustrated book about Kubernetes, available in paperback on Amazon and in digital version on GumRoad: "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 :-).

ITRS image

See What Users Experience in The Browser — Anywhere, Anytime

Simulate logins, checkouts, and payments on SaaS, APIs, and internal apps. Catch issues early, baseline web performance, and stay ahead of incidents. Easily record user journeys right from your browser.

Start Free Trial

Top comments (2)

Collapse
 
leiluspocus profile image
Laïla Atrmouh

Your sketchnotes are awesome Aurélie !

I would add this command to edit secrets : kubectl edit secrets optionnal-pod-name unless you say it's bad practice ?

Thank you for your articles :)

Collapse
 
aurelievache profile image
Aurélie Vache

First of all thanks 😘😘
Kubectl edit is a general command that allow you to edit, in live, directly in the cluster, any resources type you want, not exclusively for a secret.
Useful in order to test a confimap and then save and push changes in your code repository.

Build seamlessly, securely, and flexibly with MongoDB Atlas. Try free.

Build seamlessly, securely, and flexibly with MongoDB Atlas. Try free.

MongoDB Atlas lets you build and run modern apps in 125+ regions across AWS, Azure, and Google Cloud. Multi-cloud clusters distribute data seamlessly and auto-failover between providers for high availability and flexibility. Start free!

Learn More

👋 Kindness is contagious

Dive into this thoughtful piece, beloved in the supportive DEV Community. Coders of every background are invited to share and elevate our collective know-how.

A sincere "thank you" can brighten someone's day—leave your appreciation below!

On DEV, sharing knowledge smooths our journey and tightens our community bonds. Enjoyed this? A quick thank you to the author is hugely appreciated.

Okay