Skip to content

Containerization

Container technologies for packaging, shipping, and operating applications.

Topics

  • docker/ - containerization/docker/README.md
  • kubernetes/ - containerization/kubernetes/README.md

Fundamentals

  • Build once, run anywhere with immutable images.
  • Isolate runtime dependencies from host machines.
  • Standardize deployment units for CI/CD and operations.
  • Add orchestration when scaling and resilience are required.