- Home
- All questions
- Question 36
CKA study material · question 36 of 1000
A Pod using hostPort gets no traffic on the node's port. Which CNI configuration setting is likely missing?
Show the answer
Answer: D. The portMappings capability
hostPort works only when the CNI configuration declares the portMappings capability, usually via the portmap plugin.
Source: Network Plugins (Kubernetes) — Support hostPort