Solutions Delivery Platform

Section 3 - Setting up the Application Environments

Section 3 Overview

The OpenShift library has a deploy_to() that can be used to deploy the most recent build of a particular service to a given OpenShift project. The first part of this section covers how to create and configure the target OpenShift projects. The second part goes over how to create a Helm repository, defines how your application is deployed.

Before You Begin

You Should Have…​

  • A working Openshift cluster

  • Credentials for a User on that cluster that has the cluster-admin role

  • Access to the relevant GitHub Repositories

  • The Helm client installed

  • The OpenShift CLI installed

You Should Be Able To…​