OpenShift Network Plugins: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
* https://docs.openshift.com/container-platform/3.5/install_config/configuring_sdn.html
=Internal=
=Internal=



Revision as of 19:44, 24 May 2017

External

Internal

Common OVN Subnet

All pods in the cluster can talk to each other, regardless of project (namespace).

Ansible configuration file:

os_sdn_network_plugin_name='redhat/openshift-ovs-subnet'

Multitenant

Ansible configuration file:

os_sdn_network_plugin_name='redhat/openshift-ovs-subnet'

Operations

Information about the network plugin and network status:

oc get clusternetwork

Information about virtual networks assigned to each project:

oc get namespaces