OpenShift Ports: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=External= | |||
* https://docs.openshift.com/container-platform/3.5/install_config/install/prerequisites.html#required-ports | |||
=Internal= | =Internal= | ||
Revision as of 01:08, 22 May 2017
External
Internal
Internal Acces
- UDP 4789, node to node, node to master and master to node: must be accessible for any host in the cluster, it is required for SDN communication between pods on separated hosts.
- TCP 53 or 8053, node to master, master to master: used by internal DNS traffic.
- TCP 8443 node to master: access to API.
- TCP 10250 master to node: a node endpoint to be used by the master for communication.
- TCP 2379, 2380, 4001 master to master: used by clustered etcd. 2379 is used for state change traffic, 2380 is used for leader election and peering connection when using standalone etcd, 4001 used for non-clustered etcd to accept change in state.
External Access
- TCP 8443 - API access, web console, CLI.
- TCP 80, 443 - ports opened and bound to the default router.