Kubernetes Deployments Resource Limits

MD
R
Markdown

Resources limits and requests

Requests vs Limits

Requests are what the container is guaranteed to get.

CPU (throttle containers to not exceed consumption)

150m ~ 15% of 1 CPU 974m ~ 97.4% of 1 CPU 1 ~ 100 % of 1 CPU 2 ~ 100 % of 2 CPUs 1500m = 1500miliCPU ~ 1.5 CPU 1000m = 1000 mili cpu cores = 1 CPU

Note 1 is equal to: 1 AWS vCPU 1 GCP Core 1 Azure vCore 1 Hyperthread on a bare-metal Intel processor with Hyperthreading

Memory

250Mi ~ 250MB

Created on 2/4/2020