GithubHelp home page GithubHelp logo

Comments (10)

Alwinius avatar Alwinius commented on June 7, 2024

I have a similar issue with timeouts in the liveness/readiness probes. I can see that the containers cpu usage is considerably higher than in other clusters that are not affected. This leads to throtteling by Kubernetes with the default resource limits.

However, for me the difference between the two clusters is the other way around: EKS 1.29.2 works fine, but when installed one day later on the production system with EKS 1.28.7, the issue appears. Both use very simple configuration without persistence

from charts.

javsalgar avatar javsalgar commented on June 7, 2024

Hi! I think that the issue may be related to properly configured resource limits/requests for your use case. Could you confirm that these are configured and it is not using the ones set by default in resourcesPreset? These are not meant for production and are configured to the minimum value working in our test suite

from charts.

Alwinius avatar Alwinius commented on June 7, 2024

Thanks for reply @javsalgar. We are using indeed the default values:
resources:
limits:
cpu: 150m
ephemeral-storage: 1Gi
memory: 192Mi
requests:
cpu: 100m
ephemeral-storage: 50Mi
memory: 128Mi

But in one system the actual CPU usage is 0.02 (20% of request) and in the other it's 0.15 (150% of request and equal to the limit) where both instances are basically idle and contain maybe 10 keys.

from charts.

javsalgar avatar javsalgar commented on June 7, 2024

Could you try increasing the CPU limits to see if that solves the issue? At least to pinpoint where the problem could be

from charts.

Alwinius avatar Alwinius commented on June 7, 2024

Yes, this seems like a workaround. Initially the CPU usage is around 0.32 and then drops to 0.17. The instance contained 0 keys at that point.

from charts.

javsalgar avatar javsalgar commented on June 7, 2024

It probably is related to how the database performs a first initialization. This is not happening in our tests with major k8s distributions (including AKS) but each deployment should adapt the resources section to their use case.

from charts.

Alwinius avatar Alwinius commented on June 7, 2024

We updated the cluster with high CPU usage to EKS 1.29 now and the issue seems to be gone.

But I would still say that this is a bug if an empty redis consumes 10x the CPU than in another cluster.

from charts.

javsalgar avatar javsalgar commented on June 7, 2024

Hi,

It could be, but probably it seems more of an upstream issue rather than an issue in the Bitnami packaging. Maybe it's worth reporting it upstream.

from charts.

github-actions avatar github-actions commented on June 7, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

from charts.

github-actions avatar github-actions commented on June 7, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.