can we create multi cluster hyperledger fabric network setup in docker swarm? #fabric #hyperledger-fabric


amittripathi9887@...
 

Hi All,

Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.

Let's assume : --   2 org, 2 ordering service and their CA in one cluster.
                              1 org ,1 ordering and 1 CA in second cluster. 


Baohua Yang
 

You can create two orgs separately, and then let their ordering services join together.

They need to communicate using reachable cluster addresses.

Is this what you are looking for?


On Tue, Jan 10, 2023 at 9:45 PM <amittripathi9887@...> wrote:

Hi All,

Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.

Let's assume : --   2 org, 2 ordering service and their CA in one cluster.
                              1 org ,1 ordering and 1 CA in second cluster. 



--
Best wishes!


Baohua Yang
 

If the two ordering services are created at different datacenters, they may need to communicate with each other via the Internet.

Latency potentially can be an issue. 

What is your application type?

On Wed, Jan 11, 2023 at 8:59 PM Amit Kumar Tripathi <amittripathi9887@...> wrote:


On Thu, Jan 12, 2023 at 3:37 AM Baohua Yang <yangbaohua@...> wrote:
You can create two orgs separately, and then let their ordering services join together.

They need to communicate using reachable cluster addresses.

Is this what you are looking for?

On Tue, Jan 10, 2023 at 9:45 PM <amittripathi9887@...> wrote:

Hi All,

Can we create hyperledger fabric network in two different docker swarm cluster..... if it's possible how can we create ..... and how two different cluster are able to communicate to each other.

Let's assume : --   2 org, 2 ordering service and their CA in one cluster.
                              1 org ,1 ordering and 1 CA in second cluster. 

Yes that's what I am looking... but how can we manage latency issue ... if we create two different cluster in two different cloud server machines...

   and how can we communicate two docker swarm clusters to each other .... how can they are able to share data to each other...?????

--



--




--
Best wishes!