Skip to content

Commit

Permalink
Document reserved ports
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Nov 20, 2018
1 parent 990418f commit 17b6624
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/ports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
OpenShift Reserved Ports
========================

OpenShift reserves all ports on hosts that are reserved by [upstream Kubernetes](https://github.com/kubernetes/kubernetes/blob/master/pkg/master/ports/ports.go) as well as the following host ports:

| 2379,2380 | masters | [etcd](https://github.com/openshift/installer) | etcd API |
| 6443 | masters |[kube-apiserver](https://github.com/openshift/cluster-kube-apiserver-operator) | Kubernetes API |
| 9099 | masters | [Cluster Version Operator](https://github.com/openshift/cluster-version-operator) | Metrics |
| 9100, 9101 | nodes | [Node Exporter](https://github.com/openshift/node_exporter) | Metrics |
| 9100, 9101 | nodes | [Node Exporter](https://github.com/openshift/node_exporter) | Metrics |

By default, within an OpenShift cluster the port range 9000-9999 is accessible from all nodes in the cluster
for use by metrics scraping and other host level services. That is managed by the cloud security groups.

0 comments on commit 17b6624

Please sign in to comment.