Kubernetes Installation On PlayGround
Install Kubernetes 1.19.4 on ACloudGuru PlayGround
Install PreRequisits
yum install -y git screen
git clone https://gitlab.com/m.mokhtarzadeh/install_k8s_on_playground
cd install_k8s_on_playground
chmod +x *.sh
echo "run one of master.sh or node1.sh node2.sh"
curl -sS https://itmconsult.ir/kubernetes/playground/install_playground.sh | sudo bash