-1

How To SetUp Multi node Cluster in my own server ?

I have already use Minikube,kind but i need to setup multinode cluster in my own server without using Google Cloud, AWS and Red Hat OpenShift.

Can anyone provide me any documentation or tutorial.

Golam Kibria
  • 114
  • 7
  • Maybe [kubespray](https://kubespray.io/#/) can help. It provides an ansible playbook that with correct inventory file can configure multi-node clusters. – Monsieur Merso Dec 28 '21 at 11:35
  • Can you share any doc or tutorial to deploy a spring boot application to multinode cluster using kubespray – Golam Kibria Dec 28 '21 at 11:45
  • kubespray is used to configure the cluster itself, deployment of an application is another story, once you have a configured cluster you can continue with deployment of your application – Monsieur Merso Dec 28 '21 at 12:36

2 Answers2

0

I think you can follow this article: https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/

0

I think you can try using kubeadm, please check-out below mention doc

Click here

vansh madan
  • 128
  • 1
  • 1
  • 10