mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-10 07:48:36 +07:00
713 B
713 B
Try on a VM
Prerequisites
Install the following packages:
virtualbox
vagrant
Build
Follow the configuration guide, then build the cluster and bootstrap it:
make -C metal dev
make bootstrap
Get the Ingress addresses and IPs:
export KUBECONFIG=$PWD/metal/kubeconfig.yaml
kubectl get ingress -A
Then update your /etc/hosts
or your router DNS config based on the output:
192.168.1.150 argocd.mydomain.com
192.168.1.150 git.mydomain.com
192.168.1.150 jellyfin.mydomain.com
# etc.
Clean up
Shut down the VM:
cd metal
vagrant destroy -f
Then clean up your router config or /etc/hosts
file from the previous step