OpenShift Ports: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * OpenShift Configuration =Overview= * UDP 4789, node to node, node to master and master to node: must be accessible for any...") |
|||
Line 3: | Line 3: | ||
* [[OpenShift Configuration#Subjects|OpenShift Configuration]] | * [[OpenShift Configuration#Subjects|OpenShift Configuration]] | ||
= | =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 [[OpenShift_Concepts#Overlay_Network|SDN]] communication between pods on separated hosts. | * 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 [[OpenShift_Concepts#Overlay_Network|SDN]] communication between pods on separated hosts. | ||
Line 10: | Line 10: | ||
* TCP 10250 master to node: a node endpoint to be used by the master for communication. | * 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. | * 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 [[OpenShift_Concepts#Router|default router]]. |
Revision as of 01:05, 3 May 2017
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.