How to Install Minikube on macOS

김영석
2 min readMay 8, 2020

  1. Check if your machine supports virtualization or not with the following command.

$ sysctl -a | grep -E --color 'machdep.cpu.features|VMX'

if you have found ‘VMX’ in a color in the output, it means virtualization is supported in your macOS.

2. Install the VirtualBox as a HyperVisor using homebrew package manager with the following command.

$ brew cask install virtualbox

3. Install Minikube with the following command.

$ brew install minikube

4. Confirm the successful installation of the Virtualbox and Minikube with the following command.

$ minikube start — driver=virtualbox

$ minikube status

Now we are ready to roll out. Let’s play with Minikube!

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

김영석
김영석

Written by 김영석

I love problem solving and hate repetition of tedious tasks. I like automating, streamlining, optimizing, things.

No responses yet

Write a response