You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: