fabric8io / gofabric8

CLI used when working with fabric8 running on Kubernetes or OpenShift
https://fabric8.io/
Apache License 2.0
147 stars 72 forks source link

How to install Fabric8 in HA mode with openshift #555

Open go2murali opened 7 years ago

go2murali commented 7 years ago

Hi,

We have openshift installed already with 3 masters, 1 infra node and 1 app node. We would like to have Fabric8 installed in HA mode. Can you please help me with the procedure for how to achieve this? Could you also please help me to understand on which node of Openshift we can install Fabric8 (whether on master node, infra node or app node?)

jstrachan commented 7 years ago

fabric8 installs typically on any of the nodes which can deploy pods (i.e. nodes running the kubelet). Given an openshift cluster you just install fabric8 on it - then let openshift provision the fabric8 pods on nodes

go2murali commented 7 years ago

@jstrachan , thanks for reply. And regarding Fabric8 in HA mode, how can I install Fabric8 in HA mode in openshift.

jstrachan commented 7 years ago

install fabric8 on OpenShift/kubernetes- then its the kubernetes that provides HA