Kubernetes
Get started using Kubernetes in your homelab
· ☕ 6 min read · 🤖 Javy de Koning
Kubernetes, it’s hip, it’s here to stay and comes up in about any conversation. Today I’ve spent some time converting my single-node homelab from docker-compose to a single-node Kubernetes stack. Because I only have a single server in my lab, I will be using minikube. minikube is a tool that lets you run Kubernetes locally on a single-node Kubernetes cluster. In this post, I’ll take you over the basics to get your network sorted and your first deployment running.