-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Kibana Helm Charts #59842
Comments
Hi @tylersmalley, Kibana chart code is in helm-charts/kibana. This chart will create the following K8S resources:
What we would like for this review
Please ping me if you have any questions |
Pinging @elastic/kibana-operations (Team:Operations) |
Still going through actual testing of this - but wanted answer some of the questions.
I believe we will want to modify these. On Cloud we have found that most utilizing reporting in Kibana require 2GB of system memory. For that, I believe we should set
Yes, this is the correct method until the work is completed for #46984.
That is correct, Kibana does not support rolling upgrades and the previous version fully brought down before a newer version is stood up. We're tracking rolling upgrades here. |
Thanks for this first feedback 👍
We usually recommand setting requests = limits, I'll create a PR to change
That's true. Do you have a lot of use cases where kibana can require more memory? EDIT: created elastic/helm-charts#540 |
It really shouldn't require more memory as most is on heap, so setting the max-old-space-size to 1800 should keep us below 2G. |
@tylersmalley Do you have other feedback to add for Kibana chart or can we close this issue? |
@jmlrt I have retested this and everything appears to be running smoothly now. Thanks! I don't see anything else left here, OK to close? |
Closing it so. Thanks for your review 🙏 |
=> related to elastic/helm-charts#575 |
Product teams tasks
We’d like to have chart reviews from product teams to validate that they are following product recommended configuration for Kubernetes:
Kibana
The text was updated successfully, but these errors were encountered: