This repo contains my personal notes, code snippets, and practical exercises created while working through the Docker & Kubernetes: The Practical Guide [2025 Edition] by Maximilian Schwarzmüller.
Some of the content, including code and projects, closely follows or adapts materials from the course.
All original course materials (videos, slides, and code examples) remain the property of Maximilian Schwarzmüller.
This repository is intended for personal learning and sharing insights with others following the course. It is not intended for redistribution or commercial use.
- Getting Started
- Docker Images & Containers: The Core Building Blocks
- Managing Data & Working with Volumes
- Networking: (Cross-)Container Communication
- Building Multi-Container Applications with Docker
- Docker Compose: Elegant Multi-Container Orchestration
- Working with "Utility Containers" & Executing Commands in Containers
- A More Complex Setup: A Laravel & PHP Dockerized Project
- Deploying Docker Containers
- Docker & Containers - A Summary
- Getting Started with Kubernetes
- Kubernetes in Action - Diving into the Core Concepts
- Managing Data & Volumes with Kubernetes
- Kubernetes Networking
- Kubernetes - Deployment (AWS EKS) - has been skipped for now, TBD
- Roundup & Next Steps