Hacker News new | ask | show | jobs
by hackerboos 3423 days ago
brew cask install minikube

brew install kubectl

Then follow the tutorial https://github.com/kubernetes/minikube#quickstart

3 comments

Why does this process involve curl getting from images.rcs.realclearpolitics.com?
Something is not right on your machine. You can see what the homebrew recipe is doing here:

https://github.com/caskroom/homebrew-cask/blob/master/Casks/...

Maybe it's Little Snitch getting confused.

ps. images.rcw..... not images.rcs..

Thanks for the quick tip! Might I suggest you change that first line to `brew cask install minikube virtualbox`?
brew install docker-machine-driver-xhyve is a friendly laptop choice.
Yeah. Forgot to mention I had Docker for Mac already installed.