...
Create a simple web services (of type NodePort), analogous to those encountered in the previous chapter (for example the dashboard service present here). When you create a Service of type NodePort, Kubernetes makes your Service available on a randomly selected high port number (in the range 30000-32767) on all the nodes in your cluster.
...