Chirpstack cluster loadbalacing and Failover, High Availability

HI Chripstack Team,

It is poosible to setup Chirpstack cluster loadbalacing. Same data copies avaliable in both server ?

Am already using chripstack server in google cloud. everything setup in single server like postgres, network serve, application server, gateway bridge.

I saw the link in google cloud chripstack cloud platform below link. i need few details. It is poosible to setup Chirpstack cluster loadbalacing. Same data copies avaliable in both server ? if down one of the server ?

https://www.chirpstack.io/project/guides/google-cloud-platform/

Thanks
Panneer Selvam.G

Yes, the services (NS, AS, GB) are all stateless and can be run as many times as you wish, connecting to the same data stores (Postgres, Redis).

2 Likes

Hi bconway,

Thanks You. can you explain briefly.

There’s not much to add. If you know how to load balance a web server, you can load balance ChirpStack services. You can do some extra gRPC magic as well for load balancing, but it’s not required.