Ask HN: Do you have some well written resources on how to learn K8s as a dev?
I want to learn K8s but I have 2 constraints:
- I’m a developer so I don’t want to deploy or administrate a cluster myself, I just want to learn how to deploy and manage my pods
- I want well written resources, specifically NO VIDEOS, and not necessarily something interactive (I’m not fond of the examples using Katacoda on the official documentation, I find it pretty frustrating)
I found some resources but it’s a bit hard to know their quality. Do you have recommendations?
12 comments
[ 4.1 ms ] story [ 27.0 ms ] thread1) https://kubernetes.io/docs/concepts/overview/components/ 2) https://kubernetes.io/docs/tutorials/kubernetes-basics/ 3) https://kubernetes.io/docs/tasks/run-application/
After reading these documents and doing the tutorials, its a matter of gaining experience.
The documentation by itself seems extremely good and highly detailed though, but not really learning material. I’ll make sure to read it thoroughly once I’ve finished Kubernetes in action as suggested by someone else!
I bought the (in progress) second edition on Manning (it comes with the physical book when it’s published, the ebooks for both the first and second edition and a +1 free ebook to give someone).
Then check out the O'Reilly book, Kubernetes: Up & Running.
The official Kubernetes tutorial is pretty good too.
[1] https://github.com/miroslavpejic85/kubernetes-k8s