Skip to content

Instantly share code, notes, and snippets.

@mangreen
mangreen / 1_kubernetes_on_macOS.md
Created November 16, 2017 14:46 — 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

https://cloud.tencent.com/developer/article/1047278
https://kubernetes.io/docs/tutorials/hello-minikube/
https://maiyang.me/post/2018-07-31-minikube-guide-in-mac/
使用 minikube
OS:macOS
GitHub:https://github.com/khs1994-docker/minikube