kelseyhightower / kubernetes-the-hard-way

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

Kubernetes the harder way? #745

Open SnorreSelmer opened 1 year ago

SnorreSelmer commented 1 year 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 1 year ago

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

ghik commented 1 year ago

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

Sharaf5 commented 9 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

gardar commented 3 days ago

This is probably resolved now as the guide has been updated and is now aimed towards local hosts and not a cloud provider: https://github.com/kelseyhightower/kubernetes-the-hard-way/pull/767