Kubernetes - Resource Management
Given this pod spec snippet:
What is the maximum CPU the pod can use?
resources:
requests:
cpu: "300m"
limits:
cpu: "600m"What is the maximum CPU the pod can use?
