Auto-update blog content from Obsidian: 2025-05-23 14:30:49
All checks were successful
Deploy / Deploy (push) Successful in 3s

This commit is contained in:
Gitea Actions
2025-05-23 14:30:49 +00:00
parent 5504c52b98
commit 60d0c0e90c
4 changed files with 29 additions and 25 deletions

View File

@@ -203,7 +203,7 @@ Heres an overview of whats currently running in my homelab:
- **phpIPAM**: IP address management tool for keeping my VLANs and subnets organized.
#### Docker
Docker was the real game-changer in my self-hosted journey. Before containers, managing multiple services on a single server felt like a constant battle with dependencies and conflicts. Now, every service runs neatly, managed with Docker Compose inside a single VM. Traefik dynamically handles reverse proxy, simplifying access and SSL.
Docker was the real game-changer in my self-hosted journey. Before containers, managing multiple services on a single server felt like a constant battle with dependencies and conflicts. Now, every service runs neatly, managed with Docker Compose inside a single VM. Traefik dynamically handles reverse proxy, simplifying access and SSL certificates.
#### Kubernetes
My next big challenge is to take container orchestration to the next level. While Docker Swarm could meet the technical need, my primary goal is to gain hands-on experience with Kubernetes, and theres no better way to learn than by applying it to real-world use cases.