Computer scienceSystem administration and DevOpsKubernetesRunning applications on Kubernetes

Utilization of resources in a Pod

Which QoS class?

Report a typo

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.

Select one or more options from the list

Create a free account to access the full topic