Did You Know?
OOM makes services available on any Node in a K8S cluster using a NodePort.
 
This allows a service to be reachable on any node in the cluster, using a 
statically assigned NodePort (default range: 30000-32767). NodePorts are 
automatically mapped to the internal port of a service.

Some examples of services available today using NodePorts:
30023 --> 8080 (m)so

All services are mapped here: in OOM wiki 
<https://wiki.onap.org/display/DW/OOM+NodePort+List#OOMNodePortList-Rawoutput>.



https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport 
<https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport>

_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to