Skip to main contentCloud-Native Toolkit

Install the toolkit on an existing cluster

Steps to prepare an environment using the Cloud-Native Toolkit in an existing cluster.

Cloud-Native Toolkit: Quick Installation

Walkthrough of the Cloud Native Toolkit installation on RedHat OpenShift.

Run the installation using the OpenShift CLI

  • curl -sfL get.cloudnativetoolkit.dev | sh -
  • oc create -f https://raw.githubusercontent.com/cloud-native-toolkit/ibm-garage-iteration-zero/master/install/install-ibm-toolkit.yaml
    sleep 5
    oc wait pod -l job-name=ibm-toolkit --for=condition=Ready -n default
    oc logs job/ibm-toolkit -f -n default