Bird
0
0

You want to customize the Metrics Server to skip TLS verification when connecting to kubelets. Which flag should you add to the Metrics Server container args?

hard📝 Application Q8 of 15
Kubernetes - Monitoring and Logging
You want to customize the Metrics Server to skip TLS verification when connecting to kubelets. Which flag should you add to the Metrics Server container args?
A--kubelet-insecure-tls
B--skip-kubelet-tls
C--disable-tls-verification
D--ignore-kubelet-cert
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct flag for skipping TLS

    The official flag to skip TLS verification for kubelet connections is --kubelet-insecure-tls.
  2. Step 2: Verify other options

    Other flags are incorrect or do not exist in Metrics Server configuration.
  3. Final Answer:

    --kubelet-insecure-tls -> Option A
  4. Quick Check:

    Skip TLS with --kubelet-insecure-tls flag [OK]
Quick Trick: Use --kubelet-insecure-tls to skip kubelet TLS checks [OK]
Common Mistakes:
  • Using non-existent flags
  • Confusing flag names with similar wording
  • Not adding flag to container args

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes