I noticed, and I cannot explain, that some services have
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
web NodePort 10.104.133.249 <none> 8080:31637/TCP 12m
the PORT(S) sections looks like this8080:31637/TCP
. But this service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
grafana ClusterIP 10.109.88.206 <none> 80/TCP 84s app=grafana,release=grafana
Only has 80/TCP
. What exactly is the difference between these services? And what exactly does the port 31637
do?