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

CKA study material · question 123 of 1000

A team wants to run two versions of one application side by side. What does the documentation recommend?

  1. A namespace per version
  2. A separate cluster per version
  3. Labels to distinguish them within one namespace
  4. A ResourceQuota per version
Show the answer

Answer: C. Labels to distinguish them within one namespace

Namespaces divide a cluster between teams and for quota; labels are the way to separate versions.

Source: Namespaces (Kubernetes) — When to Use Multiple Namespaces

Challenge yourself on this topic → Study as cards