#24 create NodePorts for connecting to the UMB
Merged by mikeb. Opened by mikeb.
mikeb/c3i-library umb-nodeport  into  master

Expose non-HTTP protocols via NodePorts. Remove unnecessary and non-functional routes
for those protocols. Also remove unused ports from the Service, to avoid exhausting
the limited NodePort space. Create a single route for the web console.

@rayson @mkovarik Please take a look.

Why NodePorts are used? Pods inside project can access services directly. What is scenario for using NodePorts?

It's so that this service can be accessed from outside the project where it is running. It's the same use-case as using Routes to expose a http/https service, but for non-http traffic.

Pull-Request has been merged by mikeb

Metadata