Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Set Resource Requests & Limits

Sumit Rawal answered on May 13, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • Improve the Request Add Headers to Requests
  • CPU requests and limits#
  • Defining default requests and limits#

  • Set Resource Requests & Limits

    0

    Resource Requests and limits are the mechanisms Kubernetes uses to control resources such as CPU and memory. Requests are what the container is guaranteed to get. If a container requests a resource, Kubernetes will only schedule it on a node that can give it that resource. Limits, on the other hand, make sure a container never goes above a certain value. The container is only allowed to go up to the limit, and then it is restricted. 

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: medium.com
    Link to this answer
    Share Copy Link
    Contributed on May 13 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.