Are there default limits for available memory for pods/namespaces/nodes/etc?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kubeplus

    Kubernetes Operator to create multi-instance SaaS from Helm charts using Kubernetes-native APIs

  • I don't think there are any default values set for both cpu and memory. But by explicitly adding Pod cpu and memory resource requests and limits, you can ensure that K8s will grant that much resources to your application Pods. In case your application is available as a Helm chart, you can use our project KubePlus (https://github.com/cloud-ark/kubeplus) to define cpu and memory resource requests and limits at Helm chart level. KubePlus will mutate the Pods that are part of a Helm release to include the configured policies. The project README has an example. A detailed example is here: https://cloud-ark.github.io/kubeplus/docs/html/html/index.html

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts