Skip to content

Instantly share code, notes, and snippets.

@swarupdonepudi
Created March 24, 2017 03:44
Show Gist options
  • Save swarupdonepudi/78f4960ed219cdb9918fbbe8a32e81d2 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/78f4960ed219cdb9918fbbe8a32e81d2 to your computer and use it in GitHub Desktop.
What is a NodePort in kubernetes?

A NodePort is one of the three service types in kubernetes. If a service is created with NodePort as the service type then that service gets a unique port across that is reserved across the cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment