Kubernetes installation on centos7

Hi,
I am new to this technology. Can someone share the installation setup document for Kubernetes cluser setup with atleast 1 master & 2 nodes.
Thanks,
Jeevan

Here you go!

https://kubernetes.io/docs/setup/independent/install-kubeadm/

also Creating a single master cluster with kubeadm - Kubernetes

I recommend using kubespray … it’s also based on ansible. I use it daily (coincidentally with CentOS too) and have no issues. Check out https://github.com/mateothegreat/k8-byexamples-kubespray for an easy quickstart.

1 Like