An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Docker & Kubernetes - Practical Guide

![Learning Lab](https://img.shields.io/badge/learning-lab-8aadf4?style=flat-square&logo=docker)
![Status](https://img.shields.io/badge/status-in--progress-a6da95?style=flat-square)
![Progress](https://img.shields.io/badge/progress-199%20of%20270-eed49f?style=flat-square)

## 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)