Study. uk . com
  1. Home
  2. All questions
  3. Question 196

CKA study material · question 196 of 1000

A Deployment requesting more than the namespace quota allows is applied. What happens?

  1. The quota is raised automatically
  2. The Deployment is rejected by the API server
  3. The Deployment is created in a new namespace
  4. The Deployment is created but its Pods do not all appear
Show the answer

Answer: D. The Deployment is created but its Pods do not all appear

The Deployment is created successfully; it is the Pods that fail, so its status is where the problem shows.

Source: Resource Quotas (Kubernetes) — Resource Quotas

Challenge yourself on this topic → Study as cards