OpenShift Network Plugins: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


* [[OpenShift_Concepts#Network_Plugin|OpenShift Concepts]]
* [[OpenShift_Concepts#Network_Plugin|OpenShift Concepts]]
=Overview=
=SDN Plug-Ins=


=Common OVN Subnet=
=Common OVN Subnet=

Revision as of 18:50, 17 October 2017

External

Internal

Overview

SDN Plug-Ins

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-multitenant'

Operations

Information about the network plugin and network status:

oc get clusternetwork

Information about virtual networks assigned to each project:

oc get namespaces