Skip to content

cloudcafetech/kube-katakoda

Repository files navigation

Kubernetes Platform

Vanila Kubernetes Platform with Monitoring, Logging & Backup

https://www.katacoda.com/courses/kubernetes/getting-started-with-kubeadm

Prepare ALL Servers for Kubernetes (K8s)

OS CentOS 7 to be ready before hand to start kubernetes deployment using kubeadm

Setup Kubernetes

On Master host run following command

curl -LO https://raw.githubusercontent.com/cloudcafetech/kube-katakoda/master/host-setup.sh; chmod +x ./host-setup.sh
./host-setup.sh master

On Node host run following command

curl -LO https://raw.githubusercontent.com/cloudcafetech/kube-katakoda/master/host-setup.sh; chmod +x ./host-setup.sh
./host-setup.sh node

About

Kubernetes on Katakoda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages