install minikube on ubuntu
This blog post will shows the installation of minikube on ubuntu.
Minikube is a tool that makes developers’ life easy by allowing them to use and run a Kubernetes cluster in a local machine. Minikube runs a single node kubernetes cluster inside a Linux VM. Minikube is for development environment not for production
In just a few steps we will be setting up Kubernetes locally (using MiniKube).