Hi team,
This issue is in regards to the resource consumption while running the pods, in the below yaml file content, you may see that the memory allocated is 950m
resources:
requests:
memory: "300Mi"
cpu: "500m"
limits:
memory: "1000Mi"
cpu: "950m"
However when running the pods the memory goes upto 930m even though the application compared to the resource was not carrying this excess amount of load , I am unsure to the reason being why. Please let us know if you need more information.