Bird
0
0

Which of the following is the correct key to specify the CNI plugin type in a CNI configuration file?

easy📝 Syntax Q3 of 15
Kubernetes - Networking
Which of the following is the correct key to specify the CNI plugin type in a CNI configuration file?
A"pluginType"
B"type"
C"cniPlugin"
D"networkType"
Step-by-Step Solution
Solution:
  1. Step 1: Recall CNI config file syntax

    The key to specify the plugin type in CNI config files is "type".
  2. Step 2: Verify other options

    Keys like "pluginType", "cniPlugin", or "networkType" are not valid in standard CNI configs.
  3. Final Answer:

    "type" -> Option B
  4. Quick Check:

    CNI plugin type key = "type" [OK]
Quick Trick: Use "type" key to specify CNI plugin in config [OK]
Common Mistakes:
  • Using incorrect keys like "pluginType"
  • Confusing CNI config keys with Kubernetes pod specs
  • Omitting the "type" key causing config errors

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes