Skip to content

Instantly share code, notes, and snippets.

View romoy's full-sized avatar
😀
There is always a reason to smile :)

Romoy Headley romoy

😀
There is always a reason to smile :)
View GitHub Profile
@romoy
romoy / kubernetes_on_macOS.md
Created June 15, 2017 08:52 — forked from kevin-smets/1_kubernetes_on_macOS.md
Local Kubernetes setup on macOS with minikube on VirtualBox

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