Bird
0
0

You manage three Kubernetes clusters in different regions. You want to deploy the same app to all clusters and keep configurations consistent. Which approach best fits multi-cluster management?

hard📝 Workflow Q15 of 15
Kubernetes - Production Best Practices
You manage three Kubernetes clusters in different regions. You want to deploy the same app to all clusters and keep configurations consistent. Which approach best fits multi-cluster management?
ADeploy only to the nearest cluster and ignore others
BManually run kubectl commands on each cluster separately
CCreate one huge cluster combining all nodes from regions
DUse a multi-cluster management tool to deploy and sync configs centrally
Step-by-Step Solution
Solution:
  1. Step 1: Understand the goal

    You want consistent app deployment and config across multiple clusters.
  2. Step 2: Evaluate options

    Manual commands are error-prone and slow. Combining clusters is not practical. Ignoring clusters misses the goal.
  3. Step 3: Identify best practice

    Using a multi-cluster management tool automates deployment and keeps configs synced centrally.
  4. Final Answer:

    Use a multi-cluster management tool to deploy and sync configs centrally -> Option D
  5. Quick Check:

    Central tool = consistent multi-cluster deployment [OK]
Quick Trick: Automate multi-cluster deploys with management tools [OK]
Common Mistakes:
  • Doing manual deploys to each cluster
  • Trying to merge clusters into one
  • Ignoring clusters outside local region

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes