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

Add optional PodDisruptionBudgets to lagoon-core #668

Open
anothertobi opened this issue Jun 13, 2024 · 0 comments
Open

Add optional PodDisruptionBudgets to lagoon-core #668

anothertobi opened this issue Jun 13, 2024 · 0 comments

Comments

@anothertobi
Copy link
Contributor

The lagoon-core chart has multiple services that can run with a replicaCount > 1. To make them more resilient to cluster operations an optional PodDisruptionBudget (PDB) per service would be great.

Scenario

For the API service 5 pods are running in parallel. Multiple nodes need to be drained and it happens that all nodes running the API pods are drained at once. Without PDBs the API will be down. With a PDB setting minAvailable: 2 the eviction of the last two remaining pods will be blocked until new API pods start up and become ready.

Resources

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

No branches or pull requests

1 participant