How to set up a gateway cluster

Hi, Martin
I’m trying to set up a gateway cluster and I have two nodes: XX.XX.XX.215 XX.XX.XX.216, they share a redis server on 215.
You’ve mentioned that If these two nodes can see each other via Redis Server(sub/pub signal), then the cluster will work.
Here I’d like to know:

  1. how does that work?(The mechanism)
    I post an API to 215, but I didn’t see the same api on 216.
  2. how to do the configuration?
    Thanks.

Are you using the dashboard? If you are then the dashboard will tell both gateways to pull a new config and hot reload.

If you are using the CE version (no dashboard), then you must deploy the APi to each gateway.

I’m using the CE version.
Thank you very much. :slight_smile: