Reputation: 1
I'm new to kubernetes
Can someone please help me understand the below scenario
Lets say I have two worker nodes (wn1 and wn2) On wn1 I have a web application that I want to allow external access to so I've created a node port service service Let's say I've selected the port 30002 This port is exposed on every worker node in the cluster even though the web application is only present on worker node 1.
All the resources I've gone through are mentioning reasons like high availability which I don't understand because the web application has to be present on multiple nodes to even talk about high availability
Upvotes: 0
Views: 35