Skip to content
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

[maxscale] Add Virtual IP, Keepalived, multi instanace Load Balancer #497

Open
advra opened this issue Dec 9, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@advra
Copy link

advra commented Dec 9, 2023

Summary

As a software developer
I want a High Available Maxscale
So that I can deploy proxy clusters for services which are not prone to single point of failures.

Context

The current Maxscale helm chart appears to be a single node instance. If maxscale fails the connection to the proxy becomes single point of failure. There exist a maxscale topology for deploying a virtual IP along side 2 maxscale instances for automatic failover.

Out of Scope

  • N/A

Further links

Image of Virtual IP used Keepalived and 2 instances of Maxscale (Active and one standby) Topology
image

Acceptance criteria

  • Uses Virtual IP
  • Keepalived Config
  • Uses at least 2 maxscale instances where 1 is master and other(s) are the backup
  • Both maxscale.conf must be the same to serve as backup
@advra advra added the enhancement New feature or request label Dec 9, 2023
@haasad
Copy link
Member

haasad commented Dec 11, 2023

Hi @advra ,
we're not actively using maxscale anymore and are therefore not planning to add more features to the chart. But we're happy to accept pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants