git clone git@github.com:<your-username>/mlops-fraud-detection.gitDeploying the MLOps Fraud Detection pattern
Prerequisites
An OpenShift cluster (Go to the OpenShift console). Cluster must have a dynamic StorageClass to provision PersistentVolumes.
A GitHub account (and a token for it with repositories permissions, to read from and write to your forks)
For installation tooling dependencies, see Patterns quick start.
If you do not have a running Red Hat OpenShift cluster you can start one on a public or private cloud by using Red Hat’s cloud service.
Installing this pattern
Fork the mlops-fraud-detection repo on GitHub. It is necessary to fork because your fork will be updated as part of the GitOps and DevOps processes.
Clone the forked copy of this repository.
Login to your cluster using oc login or exporting the KUBECONFIG
oc loginor set KUBECONFIG to the path to yourkubeconfigfile. For exampleexport KUBECONFIG=~/my-ocp-env/auth/kubeconfigInstall this pattern on your cluster
./pattern.sh make install
The installation will conclude when all the ArgoCD applications installed as part of this pattern are healthy and synced.
