Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 753 Bytes

Example GitOps-managed Service Mesh

Use this repository as a starting point to manage a Service Mesh on an OpenShift cluster.

Getting Started

  1. Clone this example repository.

  2. Configure the example ArgoCD Application by providing your new repository URL spec.source.repoURL in the following file:

    bootstrap/instance/application.yaml
    
  3. Provision the ArgoCD operator:

    oc apply -k bootstrap/operator
    
  4. Provision the ArgoCD Application:

    oc apply -k bootstrap/instance
    

Observation

The demo bootstrap initiates a default ArgoCD instance hosted in the openshift-gitops namespace. In this namespace a Route is deployed which provides a URL to the ArgoCD console.