Quick Install - Identity Management, Operator, Microservices Workshops
Last updated
Was this helpful?
Last updated
Was this helpful?
Clone the repo example-bank if you haven't yet
Log in your IBM Cloud account with the ibmcloud
cli
Make sure to use your personal account when it asks you.
Create an App ID instance using the script.
Then export the App ID instance's management server and the API key.
Log in with the OpenShift cluster provided for you using the OpenShift console. On the upper right corner, click your account and then click on Copy Login Command
. This should open a new window and show you the command to login with the oc
cli
Create a project called example-bank
Deploy a Postgres instance in your OpenShift cluster
Create secrets using the script below. This creates the necessary secrets in your OpenShift cluster
Deploy a job that sets the schema for your database.
Deploy components from previous labs with prebuilt container images