- This topic has 1 reply, 2 voices, and was last updated 9 months, 1 week ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › How to do internode communication?
I would like to inquire how to communicate between multiple nodes since I want to use GRPC to do node interaction.
Would it be possible for me to know what steps I need to do to setup node? What to do with node in the same site and different site cases?
Thank you!
Hello Ze,
You can connect your VMs with various Layer 3 or Layer 2 network service available on FABRIC. Please follow along the examples Networking examplees from start_here.ipynb
as shown below.
Local Ethernet (Layer 2) could be a good start. More details about the various network services can be found here.