nkroker / kuber-installer-ubuntu-20.04

This repo containes a bash file for installing and configuring container runtime Docker and Kubernetes on ubuntu 20.04

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kuber-installer-ubuntu-20.04

This repo containes a bash file for installing and configuring container runtime Docker and Kubernetes on ubuntu 20.04

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 😎

Prerequisite

sudo apt install curl

How to use

Just run this single command

For installing Kuberneres on server

sudo curl "https://raw.githubusercontent.com/nkroker/kuber-installer-ubuntu-20.04/master/installer.sh" | bash

For installing minikube on local machine

sudo curl "https://raw.githubusercontent.com/nkroker/kuber-installer-ubuntu-20.04/master/minikube-installer.sh" | bash

PSA

Please run at your own risk

About

This repo containes a bash file for installing and configuring container runtime Docker and Kubernetes on ubuntu 20.04

License:MIT License


Languages

Language:Shell 100.0%