Skip to content

ready to use argo-cd application to get full applications running in seconds (cert-manager, minecraft-server, ...)

Notifications You must be signed in to change notification settings

3deep5me/argocd-ready-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

argo-cd-ready-applications

ready to use argo-cd application with build-in best-practices to get full applications running in seconds (cert-manager, minecraft-server, ...)

Requierments

  • Kubernetes Cluster e.g. k3s
  • Argo-CD

Quick-Start

  1. Connect to your kubernetes-cluster (Get Kubeconfig, etc.)
  2. Clone this repo git clone https://github.com/3deep5me/argo-cd-ready-applications.git and change directory
  3. Apply the argo-cd appproject kubectl apply -f applications/project-argo-cd-ready-applications.yaml
  4. Install an app you want, for example an minecraft server kubectl apply -f applications/app-minecraft.yaml
  5. 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

About

ready to use argo-cd application to get full applications running in seconds (cert-manager, minecraft-server, ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published