The Right Reasons To Run Kubernetes In Your Homelab
Running kubernetes in your homelab [1] is a fantastic way to learn, explore, express
yourself, and run services that you use.
The Right Reasons To Run Kubernetes In Your Homelab # [2]
There are not many
- You want to learn kubernetes
- You like kubernetes
- You want to learn to scale
There are also The Wrong Reasons To Run Kubernetes In Your Homelab [3]
You want to learn kubernetes # [4]
Homelabbing is a such a great way to learn new skills, deploy real apps that
you use. Create new custom apps for your specific use cases that no one else
has. You should absolutely run kubernetes in your homelab if you want to learn it.
I would recommend to start locally, pull up kind, minikube, or k3d and start
from your local machine before putting it on a server.
When you decide you are ready for a server, you probably don’t need any crazy
hardware. You can probably run on some old retired Dell Optiplex or an old
desktop someone is throwing out as it no longer runs windows.
You like ku...