Skip to content

Kubernetes for DevOps Roadmap

A staged path through Kubernetes — from core objects and config to networking, resource management, and production operations.

0%

0 of 12 topics complete

  • Done
  • To do
  • Optional

Tick a topic as you finish — saved in this browser only.

  1. Core objects

    The three primitives everything else builds on.

    • The smallest deployable unit in Kubernetes.

    • Declarative rollouts and replica management.

    • ClusterIP, NodePort, and LoadBalancer.

  2. Config

    Separate config and secrets from your container images.

    • Inject non-sensitive config into pods.

    • Base64-encoded secrets and how to handle them safely.

    • Logical isolation within a cluster.

  3. Networking

    Route external traffic into your cluster.

    • HTTP/HTTPS routing, TLS termination, and path rules.

  4. Resources

    Prevent noisy-neighbour problems and right-size your pods.

  5. Operations

    Keep apps healthy and debug when they are not.