Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.49 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.49 KB

Base Example of Crossplane Repo for Argo CD

/platform contains the XRD, Composition, and Provider configs.

/aks contains an example XR manifest to create an AKS cluster

/policy contains a simple example Gatekeeper config.

In a production model, these three directories would reside in separate repositories.

/argoapps contains application deifnitions for argoCD that consume the platform, aks, amd policy directories.

Blog post that provides some background on this repo

Prior to using this repository, you will need a K8s cluster with Crossplane and Argo CD installed. You will also need to create a ProviderConfig and a secret for the provider to authenticate to your Azure tenant. Directions for all of this are available at Argo CD and Upbound docs. For a fully relaized GitOps model, we could add something like SealedSecrets to also inlcude the ProviderConfig and Secret within the repo. For directions on installing Crossplane and configuring the Azure Provider, see here and here. For directions of installing Argo CD, see here. Altrnatively, if you are on MacOS you can use the shell scripts located here to install Crossplane and Argo CD preconfigured for this repo.