Kubernetes - Resource Management
A pod has two containers with these resource specs:
Container A: requests=cpu 200m, memory 256Mi; limits=cpu 200m, memory 256Mi Container B: requests=cpu 100m, memory 128Mi; limits=cpu 200m, memory 256MiWhat QoS class will Kubernetes assign to this pod?
