Hi all,
I have a game server running within a pod which I'm attempting to expose via a NodePort. However, with the NodePort created (and confirming it is pointing to the pod running the server), I am unable to connect (using `NodeIp:NodePort`).
The only way I am able to connect is via `kubectl port-forward POD` - am I doing something wrong here? Is this potentially a firewall issue?
Thanks