Skip to content

Instantly share code, notes, and snippets.

View ryukato's full-sized avatar

Yoonyoul Yoo ryukato

  • Gajwa-dong, Ilsanseo-gu, Goyang-si, Gyeonggi-do
View GitHub Profile
@kevin-smets
kevin-smets / 1_kubernetes_on_macOS.md
Last active January 6, 2024 22:04
Local Kubernetes setup on macOS with minikube on VirtualBox and local Docker registry

Requirements

Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:

sysctl -a | grep machdep.cpu.features | grep VMX

If there's output, you're good!

Prerequisites