How To Install Docker and Minikube for Kubernetes on Ubuntu 20.04
Minikube is a defacto for testing Kubernetes on the local computer. It has all the basic features from Kubernetes, and it’s raw, no plugin or customized feature added. So if it’s working on Minikube, it should run on managed Kubernetes engines like Google Kubernetes Engine, Amazon Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS) etc … Read more