OpenShift by Red Hat®

About

OpenShift is Red Hat's Platform-as-a-Service (PaaS) that allows developers to quickly develop, host, and scale applications in a cloud environment.

Version

OpenShift Master:
{{version.master.openshift || 'unknown'}}
Kubernetes Master:
{{version.master.kubernetes || 'unknown'}}

Command Line Tools

With the OpenShift command line interface (CLI), you can create applications and manage OpenShift projects from a terminal. You can download the oc client tool using the links below. For more information about downloading and installing it, please refer to the Get Started with the CLI documentation. Refer to the Get Started with the CLI documentation for instructions about downloading and installing the oc client tool.

After downloading and installing it, you can start by logging in using this current session token:

oc login {{loginBaseURL}} --token={{sessionToken}}...click to show token...
        oc login {{loginBaseURL}}
        

For other information about the command line tools, check the CLI Reference and Basic CLI Operations.