/docker_kubernetes_practical_guide

Study notes and exercises from Docker & Kubernetes: The Practical Guide

Primary LanguagePHPMIT LicenseMIT

Docker & Kubernetes: The Practical Guide

Study notes and exercises from Docker & Kubernetes: The Practical Guide

Notes

  1. Intro
  2. Docker Images & Containers: The Core Building Blocks
  3. Managing Data & Working with Volumes
  4. Networking: (Cross-)Container Communication
  5. Docker Compose: Elegant Multi-Container Orchestration
  6. Working with "Utility Containers" & Executing Commands In Containers
  7. Deploying Docker Containers ON AWS

Exercises

  1. First Docker Container
  2. Node Image Based Container
  3. Interactive Mode
  4. Copy Files
  5. Practice
  6. Sharing images
  7. Kinds of Data
  8. Bind Mount
  9. Connecting to External Sources (APIs, DBs, Other Containers)
  10. Containerized Full Stack App
  11. Utility Container
  12. Laravel & PHP Dockerized Project
  13. Deploying a .NET API