Bird
0
0

You want to restrict ArgoCD so it only syncs applications in the 'production' namespace and prevents accidental changes elsewhere. Which ArgoCD feature helps enforce this?

hard📝 Application Q9 of 15
Kubernetes - Advanced Deployment Patterns
You want to restrict ArgoCD so it only syncs applications in the 'production' namespace and prevents accidental changes elsewhere. Which ArgoCD feature helps enforce this?
ASet syncPolicy to manual for all apps
BConfigure Kubernetes Network Policies to block sync
CDisable ArgoCD's automated sync globally
DUse ArgoCD's RBAC policies to limit sync permissions by namespace
Step-by-Step Solution
Solution:
  1. Step 1: Identify access control feature in ArgoCD

    ArgoCD RBAC policies allow restricting user actions by namespace and app.
  2. Step 2: Exclude other options

    Network Policies control network traffic, not sync permissions; manual sync or disabling automated sync affects all apps, not namespace-specific.
  3. Final Answer:

    Use ArgoCD's RBAC policies to limit sync permissions by namespace -> Option D
  4. Quick Check:

    Namespace sync control = ArgoCD RBAC [OK]
Quick Trick: Use ArgoCD RBAC to restrict namespace sync [OK]
Common Mistakes:
  • Confusing network policies with sync permissions
  • Disabling automated sync affects all namespaces
  • Using manual sync does not restrict namespaces

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes