Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.14 KB

File metadata and controls

40 lines (33 loc) · 1.14 KB

This repo is an example of how to deploy a few test apps into:

  1. Flux
  2. ArgoCD

You can use this repo to test and compare both tools.

On top you will find the Flux clusters tree

Below you can see the in-argo folder that holds the Kustomize setup files for ArgoCD.

.
├── README.md
├── boot-argocd.sh
├── boot-flux.sh
├── clusters
│   └── my-cluster
│       ├── default
│       │   ├── kustomization.yaml
│       │   ├── nginx.yml
│       │   ├── react-svc.yml
│       │   ├── react.yml
│       │   └── ubuntu.yml
│       ├── flux-system
│       │   ├── gotk-components.yaml
│       │   ├── gotk-sync.yaml
│       │   └── kustomization.yaml
│       ├── podinfo-kustomization.yaml
│       └── podinfo-source.yaml
└── in-argo
    ├── kustomization.yaml
    ├── nginx.yml
    ├── react-svc.yml
    ├── react.yml
    └── ubuntu.yml

6 directories, 17 files