This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Description
Hi,
I am trying to setup two k8s clusters where pods are attached on two different networks. One for intra-cluster communication and another one for inter-cluster communication and for accessing the pods from the outside world.
The only option I have for making services externally accessible is through NodePort, like in this diagram:

The question is, can I have NodePort services on POD interfaces other than default one ?