- 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?
1) 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.
Then check out the O'Reilly book, Kubernetes: Up & Running.
The official Kubernetes tutorial is pretty good too.