OpenShift Network Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 19: Line 19:
==Isolating Projects==
==Isolating Projects==


  oadm pod-network isolate-projects <''project-1''> <''project-2''> ...
  [[oadm]] pod-network isolate-projects <''project-1''> <''project-2''> ...


As result of executing the command, all pods and services in project-1 and project-2 cannot access any pods and services from other non-global projects in the cluster and vice-versa.
As result of executing the command, all pods and services in project-1 and project-2 cannot access any pods and services from other non-global projects in the cluster and vice-versa.

Revision as of 22:14, 17 October 2017

External

Internal

Information about the Network Plugin and the Network Status

oc get clusternetwork

Information about Virtual Networks Assigned to Each Project

oc get namespaces

Pod Network Management

Isolating Projects

oadm pod-network isolate-projects <project-1> <project-2> ...

As result of executing the command, all pods and services in project-1 and project-2 cannot access any pods and services from other non-global projects in the cluster and vice-versa.

Joining Projects

oadm pod-network join-projects <project-1-name> <project-2-name> ...

Making Projects Global

oadm pod-network make-projects-global <project-1-name> <project-2-name> ...

As result of executing the command, all pods and services in project-1 and project-2 can now access any pods and services from other non-global projects in the cluster and vice-versa, becoming global projects.