Bird
0
0

Why is it recommended to avoid giving the Kubernetes dashboard full cluster-admin permissions in production?

hard📝 Conceptual Q10 of 15
Kubernetes - Monitoring and Logging
Why is it recommended to avoid giving the Kubernetes dashboard full cluster-admin permissions in production?
ABecause the dashboard cannot function without full permissions
BBecause cluster-admin role disables RBAC enforcement
CBecause it increases security risk if the dashboard is compromised
DBecause it causes the dashboard to run slower
Step-by-Step Solution
Solution:
  1. Step 1: Understand cluster-admin role impact

    Cluster-admin grants full control over the cluster, which is risky if misused or compromised.
  2. Step 2: Evaluate security best practices

    Limiting permissions reduces attack surface and prevents potential damage from dashboard compromise.
  3. Final Answer:

    Because it increases security risk if the dashboard is compromised -> Option C
  4. Quick Check:

    Full permissions increase security risk [OK]
Quick Trick: Limit dashboard permissions to reduce security risks [OK]
Common Mistakes:
  • Thinking full permissions are required
  • Believing cluster-admin disables RBAC
  • Assuming permissions affect dashboard speed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes