ready to use argo-cd application with build-in best-practices to get full applications running in seconds (cert-manager, minecraft-server, ...)
- Kubernetes Cluster e.g. k3s
- Argo-CD
- Connect to your kubernetes-cluster (Get Kubeconfig, etc.)
- Clone this repo
git clone https://github.com/3deep5me/argo-cd-ready-applications.git
and change directory - Apply the argo-cd appproject
kubectl apply -f applications/project-argo-cd-ready-applications.yaml
- Install an app you want, for example an minecraft server
kubectl apply -f applications/app-minecraft.yaml
- Check the Status of the app with
kubectl get app -n argocd
After a while it shold look like this:
$ kubectl get app -n argocd
NAME SYNC STATUS HEALTH STATUS
minecraft-server Synced Healthy
if not feel free to open an issue