Kubernetes home lab update
I have always been interested in learning Kubernetes and began easing into learning about it last year. I like many others when trying to learn something new, fell off the wagon. Life got in the way.
Search for a command to run...
Articles tagged with #homelab
I have always been interested in learning Kubernetes and began easing into learning about it last year. I like many others when trying to learn something new, fell off the wagon. Life got in the way.
When managing Kubernetes environments, one principle has been gaining traction across the industry: GitOps. At the heart of this approach lies a powerful tool called Flux. What is Flux? Flux is a GitOps operator for Kubernetes that ensures the state ...
When most people start learning Kubernetes, the focus is on Pods, Deployments, and Services. These concepts are critical, but there’s one area that often catches beginners off guard: storage. Containers are designed to be ephemeral. Once a Pod stops,...
Over the past few weeks, I’ve been spending more time in my homelab, and I recently got k3s up and running. If you’re not familiar, k3s is a lightweight Kubernetes distribution created by Rancher. It’s designed to be resource-efficient and simple to ...
When I started learning DevOps, I kept hearing the same advice over and over: “Get hands-on. Build a home lab. Automate everything.” So that’s what I did. But something unexpected happened along the way… Solving a Real Problem with a Simple Script...