We will be looking at installing Minikube on the three different operating systems mentioned in the introduction. Once installed, the process for interacting with Minikube is mostly consistent, meaning that, while I will be using macOS in the examples, the same commands will work on both Windows and Linux. Given the complexities of the early Kubernetes installation and configuration procedure, you will be pleasantly surprised how simple the process now is.
Installing Minikube
macOS 10.13 High Sierra
To install Minikube on macOS, you will first have to have Homebrew and Cask installed.
Homebrew is a command-line-based package manager for macOS. Homebrew is used to install both command-line tools and Cask, which is an add-on...