Bird
0
0

Which command syntax correctly starts the Kubernetes dashboard proxy?

easy📝 Syntax Q3 of 15
Kubernetes - Monitoring and Logging
Which command syntax correctly starts the Kubernetes dashboard proxy?
Akubectl dashboard start
Bkubectl proxy
Ckubectl start dashboard
Dkubectl dashboard proxy
Step-by-Step Solution
Solution:
  1. Step 1: Recall the command to start dashboard proxy

    The official command to start a proxy for dashboard access is 'kubectl proxy'.
  2. Step 2: Check other options for correctness

    The other options are invalid kubectl commands and will cause errors.
  3. Final Answer:

    kubectl proxy -> Option B
  4. Quick Check:

    Dashboard proxy command = kubectl proxy [OK]
Quick Trick: Use 'kubectl proxy' to start dashboard access [OK]
Common Mistakes:
  • Using non-existent kubectl dashboard commands
  • Confusing proxy with start commands
  • Adding extra words to kubectl proxy

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes