Skip to content

Instantly share code, notes, and snippets.

@james-ni
Last active November 12, 2022 12:26
Show Gist options
  • Save james-ni/cff1dfe07a6f3a3116adc7e67574897d to your computer and use it in GitHub Desktop.
Save james-ni/cff1dfe07a6f3a3116adc7e67574897d to your computer and use it in GitHub Desktop.
Kubernetes cluster on LAN

start minikube using hyperv driver

  • assign 4 cpus
  • enable ingress
minikube start --profile hello-world --cpus 4 --vm-driver hyperv --hyperv-virtual-switch "thinkpad-k8s" --addons=ingress --embed-certs

to enable metric server

minikube --profile hello-world addons enable metrics-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment