Developing on OpenShift
Learn how to access an OpenShift cluster, manage apps with the odo command-line tool, then try image and source-based deployment techniques.
Learn how to access an OpenShift cluster, manage apps with the odo command-line tool, then try image and source-based deployment techniques.
Use the OpenShift Container Platform to build and deploy applications using both containers and orchestration.
Access and login to an OpenShift cluster using the web console and command line, then add collaborators on your projects.
Use OpenShift Do (odo), a CLI tool for developers, to manage application components on the OpenShift Container Platform.
Deploy an application from an existing Docker-formatted image using the OpenShift web console and the command line using oc.
Deploy an application from source code contained in a Git repository using a Source-to-Image (S2I) builder using Python.
Use the oc interactive shell to access a database, use port forwarding to temporarily expose a database outside of OpenShift, and access it from a database tool running on your local machine.
Use the oc command line tool to determine what resource objects have been created related to your application, and how you can query or update them.
Explore OpenShift 3.11 using this playground, which gives you access to an unstructured learning approach for experimentation.
Explore OpenShift 4.5 using this playground, which gives you access to an unstructured learning approach for experimentation.