I'm a Developer going up the learning curve to become more DevOps.
I'm building a Kubernetes cluster. I'd like to be able to 'directly' connect to pods. I don't want to be load balanced through a Service, I want to be able to connect to individual pods.
I'm reading up about networking, but feel overwhelmed. I'll get the answer myself when I've grokked the details, but before then is there any expert that can answer:
Is there any kubernetes networking option that will allow me to talk TCP/IP from my local directly to individual pods?
I am absolutely open to running something locally to achieve this. I don't really care if its overlay or not (no latency requirements). I'm thinking I can run Calico on the Cluster, Bird on my Machine. Is this true? Has anyone done anything similar?