💾 Archived View for dioskouroi.xyz › thread › 29421823 captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Ask HN: Do you have some well written resources on how to learn K8s as a dev?

Author: thiht

Score: 18

Comments: 3

Date: 2021-12-02 20:13:43

________________________________________________________________________________

HalcyonicStorm wrote at 2021-12-02 21:09:17:

You should start with the Kubernetes docs and then read the tutorials. Start with the tutorial but you should really read all the documentation. Its actually not too long a read.

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.

jbki1121 wrote at 2021-12-03 01:28:26:

What boosted my gains in kubernetes was this book, which I didn't even have to read all the way. Kubernetes in Action by Marco Lukša. After that, consuming the docs was easier.

mkranjec wrote at 2021-12-03 15:12:21:

Author's name is Marko. Nevertheless, I suggest the same. He published second edition of it this year.