Resource Requests and Limits in Azure Kubernetes Service(AKS)

Sdílet
Vložit
  • čas přidán 23. 07. 2024
  • Pod requests define a set amount of CPU and memory that the pod needs regularly while Pod limits set the maximum amount of CPU and memory that a pod can use. In your pod specifications, it's best practice and very important to define these requests and limits. If you don't include these values, the Kubernetes scheduler cannot take into account the resources your applications require to aid in scheduling decisions.
    This video covers the details of requests and limits along with a demo.
    #azure, #devops, #key-vault, #aks, #kubernetes, #secret, #devsecops, #yaml, #security #requests #limits #quota #resourcemanagement
  • Věda a technologie

Komentáře • 1

  • @thelmachitsa3921
    @thelmachitsa3921 Před rokem

    Thanks for the video!
    can I set resource allocations to a specific user then everyone gets the default?