July 2018
Intermediate to advanced
504 pages
11h 34m
English
This is the default plugin that's enabled after OpenShift has just been installed. It provides connectivity for pods across the entire cluster with no limitations whatsoever, meaning that traffic can flow freely between all pods. This may be undesirable in large multi-tenant environments that place high importance on security. The SDN plugin being used is determined by the networkConfig.networkPluginName setting in the master configuration file:
# cat /etc/origin/master/master-config.yaml...<output omitted>...networkConfig: clusterNetworkCIDR: 10.128.0.0/14 clusterNetworks: - cidr: 10.128.0.0/14 hostSubnetLength: 9 externalIPNetworkCIDRs: - 0.0.0.0/0 hostSubnetLength: 9 networkPluginName: redhat/openshift-ovs-subnet...
Read now
Unlock full access