This repo containes a bash file for installing and configuring container runtime Docker and Kubernetes on ubuntu 20.04 or higher
I created this script because I got bored of installing
Kuberntes & Docker repetedly on different servers
I want to automate this task so have fun go ahead & enjoy 😎
sudo apt install curlJust run this single command
sudo curl "https://raw.githubusercontent.com/nkroker/kuber-installer-ubuntu-20.04/master/installer.sh" | bashsudo curl "https://raw.githubusercontent.com/nkroker/kuber-installer-ubuntu-20.04/master/minikube-installer.sh" | bashPlease run at your own risk