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.
Who have the same problem?