Kubernetes Administration — Level by Level
Learning Hub / Kubernetes & Platform

Kubernetes Administration — Level by Level

Foundation → Architect32 lessonsAvailable

A single path that takes you from how Kubernetes works to operating it at production scale. Each level ends with a checkpoint lab you must pass before moving on, so the skills stack instead of scattering.

You'll meetcontrol planeetcdkubeletpodsdeploymentsservicesDNSConfigMapsSecretsPVCkubeadmupgradesRBAC
Start lesson 01 →

What you'll be able to do

  • Explain every control-plane and node component and what breaks when each one fails
  • Install, upgrade, back up and restore clusters with kubeadm and RKE2
  • Tune scheduling, resources and autoscaling for real workloads
  • Design multi-cluster fleets with Cluster API and GitOps

Before you start

Linux command line, containers (Docker/Podman), basic networking.

How it works

Each lesson: plain-language idea → how it really works → hands-on. Each section ends with a cheat sheet & self-check.

Curriculum

Lessons marked “Read” are ready; the rest are on the way.

Real-world scenarios

Work through each one: symptom → misleading signal → evidence → root cause → prevention.

The upgrade that stopped halfway

Half the nodes run the new version and cross-version traffic fails. Diagnose before you roll back.

etcd is out of space at 2 a.m.

Writes are failing cluster-wide. Recover without losing state.

Pods are Pending, but nodes have capacity

Scheduling constraints, fragmentation, or quota? Prove which one.

This site is a public version of my personal engineering knowledge hub. It intentionally excludes confidential company information and internal operational details.