kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
39.77k stars 13.65k forks source link

Kubernetes the harder way? #745

Open SnorreSelmer opened 9 months ago

SnorreSelmer commented 9 months ago

This is a really nice guide, but for those of us that would like a guide to learn about setting up kubernetes on 100% local hardware (ProxMox VMs, Raspberry Pi cluster, other home-lab hardware) without the GKE/GCP stuff, would it be reasonable to have a guide that replaces gcloud with doing things the "harder" way...

ghik commented 8 months ago

I'm currently preparing such a guide. QEMU VMs on a Mac.

ghik commented 8 months ago

https://github.com/ghik/kubernetes-the-harder-way

Sharaf5 commented 4 months ago

I mainly like to use docker or VirtualBox for any local dev rather than qemu as I had to replace the whole system due to strange behavior with chroot and some scripts but your work is highly appretiated thanks @ghik