Remix.run Logo
schnirz 3 months ago

Which book would that be, out of interest?

radicalbyte 3 months ago | parent [-]

Kubernetes in Action

xorcist 3 months ago | parent [-]

A book from 2017? Is that still relevant to understand a modern Kubernetes cluster?

The CNCF ecosystem looked a lot different back then.

ofrzeta 3 months ago | parent | next [-]

The second edition is being worked on for a long time: https://www.manning.com/books/kubernetes-in-action-second-ed...

radicalbyte 3 months ago | parent | prev [-]

Yup it's a great introduction as you can fly through it (3-4 hours to read most of it), at least if you already have a grasp of networking, linux, processes, threads, containers etc.

Then you can hit other resources (in my case working with a team who've been using K8S for a few years).

If you (or anyone else) has suggestions for something newer and covering more than just the core (like various different components you can use, Helm, Argo, ISTIO etc etc) then I'd appreciate it :-)