A 911 workload sets hostNetwork: true and unexpectedly conflicts with ports already used on the node. What side effect should operators remember?
Select an answer to reveal the explanation.
Short Explanation
hostNetwork means the Pod borrows the node’s network jacket—including the pockets already holding port keys. Expect collisions and different networking rules of the road.
Full Explanation
With hostNetwork, the Pod shares the host network namespace; published container ports bind on the host and can conflict with existing listeners. It does not disable RBAC, rewrite Service types cluster-wide, or relocate logs into etcd. Networking troubleshooting must account for host-level port and policy differences.