📦 Containers

Docker, Kubernetes, and everything that ships an application as an immutable artifact.

Docker

  • Images vs Containers
  • Dockerfile best practices
  • Networking (bridge, host, overlay, macvlan)
  • Volumes / bind mounts
  • Compose

Kubernetes

  • Pods / Deployments / Services
  • Ingress / Gateway API
  • ConfigMap / Secret
  • RBAC
  • Namespaces
  • StorageClass / PV / PVC
  • Network policies

Runtimes

  • containerd
  • CRI-O
  • runc

Registries

  • Docker Hub
  • ECR / ACR / GCR
  • Harbor

All Container notes

TABLE WITHOUT ID file.link AS "Note", type AS "Type", tags AS "Tags"
FROM "05 - Containers"
WHERE type != "moc"
SORT file.name ASC