hyperledger / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger.github.io/bevel-operator-fabric/
Apache License 2.0
270 stars 91 forks source link

Multi cluster network setup #73

Closed khazley1 closed 2 years ago

khazley1 commented 2 years ago

Hey, I am curious if it is possible to create a multi cluster network using hlf-operator. If it is, what are the steps to achieve it?

dviejokfs commented 2 years ago

hlf-operator runs in a Kubernetes cluster, if you want to operate in multiple clusters you need to deploy the operator in all the clusters you want to use.

Domains need to be set up, you can take a look on how to set up Istio and expose your peers: https://kfsoftware.github.io/hlf-operator/docs/operator-guide/istio

khazley1 commented 2 years ago

Perfect, I managed to set it up, thank you for help!