Skip to content

dasong666/gitops-cluster-jb6n5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published