- Home
- All questions
- Question 908
CKA study material · question 908 of 1000
hostPort does not work in a cluster. Which capability does it depend on?
Show the answer
Answer: B. The network add-on supporting the portmap CNI plugin
HostPort and HostIP depend on the Pod network provider; where portmap is unsupported the alternatives are a NodePort Service or host networking.
Source: Troubleshooting kubeadm (Kubernetes) — HostPort services do not work