Computer scienceSystem administration and DevOpsKubernetes

Utilization of resources in a pod

What is my class?

Report a typo

To which QoS class does the following pod belong?

apiVersion: v1
kind: Pod
metadata:
  name: myapp
spec:
  containers:
  - name: container1
    image: app1
    resources:
      requests:
        memory: "32Mi"
        cpu: "200m"
      limits:
        memory: "32Mi"
        cpu: "200m"
  - name: container2
    image: app2

Please write the name of the class only.
Enter a short text
___

Create a free account to access the full topic