Contains the service specifications for the Andromeda cluster.
This directory contains charts the primary core-service deployment chart which triggers the deployment of all core services, using ArgoCD
This directory contains additional core service of the cluster.
It is deployed via the core-service
application.
- Create a Kubernetes cluster (for example via Rancher)
- Install ArgoCD
- Run:
helm repo add argoproj https://argoproj.github.io/argo-helm
to add the ArgoCD Helm repository - Run:
helm install argocd argoproj/argo-cd -n argocd --create-namespace
to bootstrap ArgoCD
- Run:
Once bootstrapped open ArgoCD using the commandline information shown after the installation. Then add the repository as an application and deploy it.