Consider the following Pod definition file:
spec:
containers:
- name: container1
image: app1:latest
resources:
limits:
memory: "64Mi"
cpu: "250m"What Quality of Service class does this pod belong to? Also, select the statements that explain why the pod belongs to the specified class and the consequences.