Page 1 of 1
Running EVE-NG Cluster in Google
Posted: Thu Feb 15, 2024 4:48 pm
by bhjones0217
Hopefully, this is a quick question.
Looking to setup a EVE-NG Cluster in Google Cloud for my lab. I don't see a use case in the Professional Cookbook where the Master and Satellite Nodes can live in the same VPC within Google.
Can the Master Node be in Google as well as the Satellite Nodes?
Re: Running EVE-NG Cluster in Google
Posted: Thu Feb 15, 2024 7:28 pm
by rusty725
no
Re: Running EVE-NG Cluster in Google
Posted: Thu Feb 15, 2024 9:44 pm
by bhjones0217
Okay, one last question before I give up. If I put the Master in one VPC and the Satellites in another VPC, could I do it that way?
Re: Running EVE-NG Cluster in Google
Posted: Fri Feb 16, 2024 7:16 pm
by Uldis (UD)
yes until they can reach each other via SSH, ping each other,.
example which we described in EVE cluster design accept such option via interner, when master is on the public IP in the data center, but sat server is with public IP on te GCP
Re: Running EVE-NG Cluster in Google
Posted: Sat Feb 17, 2024 9:27 pm
by bhjones0217
Uldis (UD) wrote: ↑Fri Feb 16, 2024 7:16 pm
yes until they can reach each other via SSH, ping each other,.
example which we described in EVE cluster design accept such option via interner, when master is on the public IP in the data center, but sat server is with public IP on te GCP
Okay, this sounds like as long as they reach other via SSH and ping each other, I will be fine. If that is not true, please respond back, otherwise I am going to move forward to try it. Thank you for your help.