-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizontal Scaling Scripts #49
Comments
Hello @singhalkarun, can you provide further information regarding this issue. It would be helpful to know the specific orchestration we are targeting and any crucial project requirements that need to be addressed. Thank you! |
Hi @PiyushRaj927 we are specifically targeting to scale read replicas horizontally as a first step where in user should be able to specify number of read replicas in the config itself and the requests should be automatically load balanced over those read replicas. |
Hello @singhalkarun which orchestration tool are we using and can you provide some more details regarding this . thanks. |
Hey @srishtiv424 we are open in terms of Orchestration tool, maybe we can start with Docker Swarm and move to Kubernetes in future. |
Hey @singhalkarun , I can take this up. Shall we go ahead using |
Hey @jayanth-kumar-morem let's do a bit of research on other available solutions available as well and create a comparasion with pros and cons of each and then let's decide on which one to use. Reference: https://severalnines.com/blog/comparing-load-balancers-postgresql/ |
@singhalkarun Check out the Comparison matrix here https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling |
Hi!
Without these details, the ticket cannot be listed on the C4GT Community Listing. Important Details - These following details are helpful for contributors to effectively identify and contribute to tickets.
Please update the ticket |
As a part of deployment config, user should be able to specify number of read replicas they want and requests should be automatically load balanced over read repicas.
User, at any point, should also be able to update number of read replicas and accordingy system should adjust.
Future Scopes:
Dynamic Scaling Configuration, where in user can specify minimum and maximum replicas and system should auto scale.
Reference: https://severalnines.com/blog/comparing-load-balancers-postgresql/
The text was updated successfully, but these errors were encountered: