Skip to content

Instantly share code, notes, and snippets.

View PratikDhanave's full-sized avatar
🎯
Focusing

genix PratikDhanave

🎯
Focusing
View GitHub Profile
@PratikDhanave
PratikDhanave / new_to_score.md
Last active March 12, 2020 14:49 — forked from JaDogg/new_to_score.md
New to SCoRe Lab 🥳
@PratikDhanave
PratikDhanave / 1_kubernetes_on_macOS.md
Created March 12, 2020 09:49 — forked from kevin-smets/1_kubernetes_on_macOS.md
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