-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Set resource limits for all applications #12
Comments
Each
These include:
With docs here |
Actual resource usage on a Sunday afternoon
|
Let's do this post-migration. |
What limits do we want to impose? ie 128Mi for memory and 0.1 for cpu |
I added some very generic resource limits to everything (with 2 different PRs, since one PR affects the location of some of the deployments). |
Kubernetes doesn't know how to size them to put them on nodes, so it doesn't know how to scale up. Along with that, when k8s scales down, applications should know how to gracefully shut themselves down so requests aren't dropped
The text was updated successfully, but these errors were encountered: