Kubernetes - Resource Management
A pod has multiple containers with these memory specs:
Container A: requests 100Mi, limits 200Mi Container B: requests 150Mi, limits 300MiWhat is the total memory request and limit for the pod?
