gluster / gcs

Check github.com/heketi, github.com/gluster/gluster-containers, or github.com/kadalu/kadalu as active alternatives
https://gluster.org
Apache License 2.0
36 stars 24 forks source link

use gluster-kubernetes to gcs deployment #81

Open Madhu-1 opened 5 years ago

Madhu-1 commented 5 years ago

currently, we are using kubespray for deployment of kubernetes cons of using this are:

if we make use of current deployment scripts used for heketi-gd1 (https://github.com/gluster/gluster-kubernetes) pros:

@atinmu @kshlm @JohnStrunk @obnoxxx want to know your thoughts on this.

JohnStrunk commented 5 years ago

g-k uses kubeadm directly whereas kubespray uses kubeadm internally. I also have a repo that brings up a cluster w/ kubeadm and I find keeping up w/ the changes to be a pain.

I guess we need to decide what our goal is... If we want a stable kube cluster that's easy to maintain, kubespray is probably the future. If we want to chase the edge, kubeadm + custom tooling would let us do that.

Using g-k won't be free (the Vagrant environment is currently broken, at least for me).