https://github.com/ilxnah/docker-and-k8s
🐳 A hands-on journey into Docker & Kubernetes: learning to build containerized apps, explore orchestration, and try real-world workflows. Based on Maximilian Schwarzmüller’s course.
https://github.com/ilxnah/docker-and-k8s
aws cloud-native containers devops docker docker-compose infrastructure-as-code k8s kubernetes labs laravel learning microservices minikube node-js orchestration php practice python tutorial
Last synced: 11 months ago
JSON representation
🐳 A hands-on journey into Docker & Kubernetes: learning to build containerized apps, explore orchestration, and try real-world workflows. Based on Maximilian Schwarzmüller’s course.
- Host: GitHub
- URL: https://github.com/ilxnah/docker-and-k8s
- Owner: ILXNAH
- Created: 2025-04-23T12:32:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T12:19:45.000Z (11 months ago)
- Last Synced: 2025-05-07T06:49:44.678Z (11 months ago)
- Topics: aws, cloud-native, containers, devops, docker, docker-compose, infrastructure-as-code, k8s, kubernetes, labs, laravel, learning, microservices, minikube, node-js, orchestration, php, practice, python, tutorial
- Language: Blade
- Homepage:
- Size: 31.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker & Kubernetes - Practical Guide



## About
This repo contains my personal notes, code snippets, and practical exercises created while working through the [Docker & Kubernetes: The Practical Guide](https://www.udemy.com/course/docker-kubernetes-the-practical-guide/) 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.
## Course Sections:
1. [Getting Started](docs/01-getting-started.md)
2. [Docker Images & Containers: Core Building Blocks](docs/02-images-and-containers.md)
3. [Managing Data & Working with Volumes](docs/03-managing-data-volumes.md)
4. [Networking: (Cross-)Container Communication](docs/04-networking-containers.md)
5. [Building Multi-Container Applications with Docker](docs/05-multi-container-apps.md)
6. [Docker Compose: Elegant Multi-Container Orchestration](docs/06-docker-compose.md)
7. [Working with "Utility Containers" & Executing Commands](docs/07-utility-containers.md)
8. [A More Complex Setup: A Laravel & PHP Dockerized Project](docs/08-laravel-php-project.md)
9. [Deploying Docker Containers](docs/09-deploying-docker-containers.md)
10. [Docker & Containers - A Summary](docs/10-docker-containers-summary.md)
11. [Getting Started with Kubernetes](docs/11-getting-started-kubernetes.md)
12. [Kubernetes in Action - Diving into Core Concepts](docs/12-kubernetes-core-concepts.md)
13. [Managing Data & Volumes with Kubernetes](docs/13-kubernetes-managing-data-volumes.md)
14. [Kubernetes Networking](docs/14-kubernetes-networking.md)
15. [Kubernetes Deployment (AWS EKS)](docs/15-kubernetes-aws-eks.md) -- currently skipping
16. [Roundup & Next Steps](docs/16-roundup-next-steps.md)
## 📚 Additional Resources
- [📚 Quizzes & Answers](docs/00-quizzes-and-answers.md)
## 🐳 My public Docker images
[Docker Hub — ilouckov](https://hub.docker.com/u/ilouckov)