Skip to content

Resources

Core

  • "Kubernetes: Up and Running" (book) - best structured deep dive once the basics click.
  • kubernetes.io official tutorials - the interactive basics course is genuinely good.
  • kubectl explain <resource> - the most underrated doc tool. Works offline, version-accurate.

Courses and labs

  • KodeKloud CKA/CKAD courses - guided labs in a real terminal. The CKAD syllabus is a decent forcing function even if you skip the exam.

Tools

What to defer (layer two)

Service meshes (Istio), authoring operators/CRDs, multi-cluster, GitOps (ArgoCD/Flux). All real, none needed for the first migration. GitOps is the first one worth adding afterwards.

A VineLab lab. Released under the MIT License.