Kubernetes pod cpu usage beyond the limits

11/5/2018

I define the pod with limited resource:

"resources": { "limits": { "cpu": "1", "memory": "4G" }, "requests": { "cpu": "200m", "memory": "2G" } }

The pod we limit it with 2 cpu, but it use more cpu actually, kubernetes do not kill the pod.

CPU usage from zabbix

Who have the same problem?

-- litanhua
kubernetes

0 Answers