Cannot Ping NodePort
... / Cannot Ping NodePort
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Cannot Ping NodePort

by
MylesS
Created on 2022-07-26 09:28:02 (edited on 2024-09-04 14:23:33) in Containers and Orchestration

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