Deploy an application from Developer Catalog on ROSA
You may want to test how to deploy an application to your new cluster. This can be accomplished directly through the Developer Catalog in the Red Hat console. To do so, follow the steps below.
What will you learn?
- How to deploy a test application from Developer Catalog
What do you need before starting?
- Deployed your cluster
- Granted admin rights
- Accessed cluster
Deploy a test application
- Sign in to Red Hat console.
- From the OpenShift Cluster Manager area go to the Cluster List page.
- Click the three dots icon next to the cluster you want to see.
- Click Open console.
- A new window will open. Sign into your Red Hat account.
- From the Administrator view, hover cursor on Home, then Projects, then click Create Project.
- Enter the desired name for your project and optional description.
- Click Create.
- Switch to the Developer view and click +Add. Ensure that the project selected is the one you just created.
- In the Developer Catalog area, select All services.
- On the Developer Catalog page, select Javascript from the languages menu.
- Clock Node.js.
- Click Create to open the Create Source-to-image application.
- Click Try sample within the Git section.
- Add a name to the Name field and confirm that Deployment and Create a route are enabled.
- Click Create.
- This will deploy the application and may take a few minutes.
Once finished, you will have an application deployed on your cluster. This can be checked and deleted later through these instructions.