Kubernetes - Resource Management
What QoS class will Kubernetes assign to a pod with this resource spec?
resources:
requests:
cpu: '300m'
limits:
cpu: '300m'
memory: '512Mi'