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.
Use OpenShift Do (odo), a CLI tool for developers, to manage application components on the OpenShift Container Platform.
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.
Learn how to use the Helm package manager. It can help you manage and deploy applications on OpenShift.
Use this self-paced tutorial to learn the basics of OpenShift Serverless, a development model that removes the overhead of server provisioning and maintenance from the developer.
Use the web console or the command-line interface in this exercise to explore OpenShift 4.9, then build and control a cluster.