Kubernetes Security & Hardening
Learning Hub / Kubernetes & Platform

Kubernetes Security & Hardening

Advanced15 lessonsAvailable

Production-hardened, identity-integrated clusters. Starts with the PKI that holds Kubernetes together, adds human login through OIDC/SSO/MFA, secures traffic at the edge and inside the cluster, and ends with a hardened cluster built from scratch and checked against CIS.

You'll meetPKIcertificatesOIDCSSO / MFARBACIngressGateway APImTLSNetworkPolicyadmissionsupply chainCIS
Start lesson 01 →

What you'll be able to do

  • Map every certificate in a cluster, and rotate them without an outage
  • Put OIDC login (Keycloak/Dex + kubelogin) with MFA in front of kubectl
  • Terminate and pass through TLS/mTLS with Ingress and the Gateway API
  • Enforce policy and verify supply chain with admission control

Before you start

Kubernetes Administration Level 2, TLS basics.

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.

Thousands of certificates, one expiry date

Every kubelet certificate was issued on the same day. Plan the rotation before it becomes an outage.

The CA was rotated and half the clients broke

Trust bundles, leaf certificates and rotation order.

Signed, verified, and still malicious

What signing proves, and what it doesn't.

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