Bird
0
0

Which URL format is correct when adding a Helm chart repository?

easy📝 Conceptual Q2 of 15
Kubernetes - Helm Package Manager
Which URL format is correct when adding a Helm chart repository?
Ahttp://charts.example
Bhttps://charts.example.com/
Cfile://charts.example.com/
Dftp://charts.example.com/
Step-by-Step Solution
Solution:
  1. Step 1: Identify supported URL protocols for Helm repos

    Helm supports HTTP and HTTPS URLs for chart repositories.
  2. Step 2: Evaluate each option

    https://charts.example.com/ uses HTTPS which is correct. FTP and file protocols are not supported by Helm for repos. http://charts.example is incomplete URL.
  3. Final Answer:

    https://charts.example.com/ -> Option B
  4. Quick Check:

    Valid repo URL = HTTPS [OK]
Quick Trick: Use HTTPS URLs for Helm repos [OK]
Common Mistakes:
  • Using unsupported protocols like ftp or file
  • Leaving URLs incomplete
  • Using local file paths instead of URLs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes