Ask HN: How to Learn Kubernetes
1–6 of 6 posts
Re: Ask HN: How to Learn Kubernetes
#2(Actually that is how I designed our kubernetes training: building from bottom up. If you are interested feel free to reach out: tk at trion.de )
Re: Ask HN: How to Learn Kubernetes
#3I tried many books and I think as of today the official tutorial is really good. If you try self paced learning I recommend to use at least two books and practice. Chatgpt might help with questions as well. Try to focus ob concepts not to achieve specific goals too fast. It takes some time and practice to get into it. It helps a lot to understand all the things around like dns, http and how tcp works. (Actually that…
Which books do you recommend ? Are there any other courses out there to ramp up learning ?
Re: Ask HN: How to Learn Kubernetes
#4I’d make sure you have a solid docker understanding then maybe shell out the $15 or whatever for a Udemy course.
Re: Ask HN: How to Learn Kubernetes
#5IMHO - the best way to learn anything is to just sit and hack away, if you wanna get up quickly - read through the docs, make sure you understand the concepts and then grab k3s (or run k3d locally in docker) and deploy something to it. WordPress is a good start.
Take a look at: roadmap.sh/kubernetes If you wanna go all in: https://github.com/kelseyhightower/kubernetes-the-hard-way
Oh, and both: "Kubernetes up and Running" and "Production Kubernetes" are great books.