π Kubernetes: Orchestrating Containerized Applications π³
Install Minikube on your local
Step 1: Update your package lists.
sudo apt update
Step 2: Install some basic required packages.
sudo apt install -y curl wget apt-transport-https
Step 3: Minikube can run a Kubernetes cluster either in a VM or locall...
achyutdas.hashnode.dev2 min read