Skip to content

Instantly share code, notes, and snippets.

@tankibaj
Created April 9, 2021 12:38
Show Gist options
  • Save tankibaj/7320ece1a7a28426a912f443d2cd8e1c to your computer and use it in GitHub Desktop.
Save tankibaj/7320ece1a7a28426a912f443d2cd8e1c to your computer and use it in GitHub Desktop.

Install hyperhit and minikube on macOS:

brew update
brew install hyperkit
brew install minikube

Create minikube cluster:

minikube start --vm-driver=hyperkit
kubectl get nodes
minikube status
kubectl version

Delete minikube cluster, run minikube delete

For enable addon, run minikube addons enable ingress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment