oc

The OpenShift Container Platform CLI. Allows for application and container management. More information: https://docs.openshift.com/container-platform/3.11/cli_reference/get_started_cli.html.

oc login

oc new-project project_name

oc project project_name

oc new-app repo_url --name application

oc rsh pod_name

oc get pods

oc logout