Kubernetes - Resource Management
Identify the reason why this pod is classified as Burstable instead of Guaranteed:
resources:
requests:
cpu: '300m'
memory: '256Mi'
limits:
cpu: '300m'
memory: '256Mi'
extra: 'value'