Tuesday 25 June 2019

Setting Up Docker & Kubernetes - Minikube (Infrastucture).

Tuesday 25 June 2019
Setting Up Docker & Kubernetes - Minikube (Infrastucture). 
# SETUP DOCKER & KUBERNETES

The easiest way to install Minikube on macOS is using Homebrew:

brew cask install minikube

If you are on macOS and using Homebrew package manager, you can install kubectl with Homebrew.

Run the installation command:
brew install kubernetes-cli
ByeBlog's Inc © 2016