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

Provide delivery/live stage redundancy #10

Closed
stefanbethke opened this issue Apr 1, 2022 · 3 comments
Closed

Provide delivery/live stage redundancy #10

stefanbethke opened this issue Apr 1, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@stefanbethke
Copy link
Contributor

Creating a scalable delivery stage automatically by simply providing the number of Replication Live Servers and minimum and maximum number of Content Application Engines.

This should bring up the desired number of RLS, and create a suitable deployment of live CAEs and an appropriately parameterized Horizontal Pod Autoscaler.

@stefanbethke stefanbethke added this to the 1.0 milestone Apr 1, 2022
@stefanbethke stefanbethke added the enhancement New feature or request label Apr 1, 2022
@stefanbethke stefanbethke changed the title Provide delivery/live stage redundandy Provide delivery/live stage redundancy Apr 6, 2022
@stefanbethke
Copy link
Contributor Author

A fixed number of Live CAEs can be configured by setting with.delivery.minCae. The number of RLS, and an HPA for the Live CAEs are still to be implemented.

@stefanbethke
Copy link
Contributor Author

e5782eb implements creation of RLSes. WIth this, a fully redundant setup is possible (for example, delivery.rls=2 and delivery.minCae=2).

@stefanbethke
Copy link
Contributor Author

Additional scaling to be discussed in #90.

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

1 participant