DEV Community

Discussion on: Understanding Kubernetes in a visual way (in 🎥 video): part 10 – Kubectl Tips

Collapse
 
ecyrbe profile image
ecyrbe

Thanks aurelie,

Just to tell you that thanks to all your videos and hand written diagrams i got motivated to learn more about kubernetes by myself than with working with it professionally for 2 years!

Your content made me realize that it was not that difficult to understand what my Ops team was using.

Last week, as an exercise to create a dev environnement closer to what we have in production, i replaced the whole docker-compose we used with 31 deployments/services with k3s and k3d and it works great!

Thanks again for inspiring me to improve.

Next steps : learn more about FluxCD / ArgoCD and Istio.

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks for your feedbacks!
I'm happy that my sketchnotes and video can help you, it's very important for me.
Yes it's possible to understand Kubernetes, Docker, Istio, GitOps and others DevOps and Cloud concepts, step by step.

Congratulations for your migration from docker-compose to Kubernetes! :-)

About service mesh with Istio, I already sketched about Istio if you are interested and abot GitOps (through Flux or ArgoCD), my advice is to learn step by step also with concrete examples :-).