One option is for cluster internal exposition, one for cluster external exposition without further configuration, one other for external exposition with further configuration.
And the other three options… I don’t know anything about them, so I assume they are wrong… 🤣🤣🤣
Loadbalancer requires something outside the cluster to provide an external IP.
I NodePort will simply the IP on the Nodes and a high up port over 30000 which can be random or set. Therefore you don’t need to add any extra configurations to get it working. Keep in mind Nodeport should only be used for testing and not production.
Loadbalancer requires something outside the cluster to provide an external IP.
I NodePort will simply the IP on the Nodes and a high up port over 30000 which can be random or set. Therefore you don’t need to add any extra configurations to get it working. Keep in mind Nodeport should only be used for testing and not production.
Hello @Geoff Burke This means, in Production Load balancer should be used.