Running ArgoCD outside of cluster #5571
malcolm061990
started this conversation in
General
Replies: 2 comments 6 replies
-
Argo CD is designed to be running in a K8 cluster. You can run Argo CD servers locally or in docker containers (https://argoproj.github.io/argo-cd/developer-guide/running-locally/) but it is a setup for development only. |
Beta Was this translation helpful? Give feedback.
6 replies
-
My first test with ArgoCD, was locally on microk8s. Worked perfectly fine. Maybe try that approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am just starting investigation of ArgoCD and found this project very cool :) So thanks for that.
But I have one misunderstanding. As I understand ArgoCD must run only using some k8s cluster entities like namespace, configmaps, etc.
I want to run ArgoCD outside of k8s cluster without connecting to it for start. I will configure connection with k8s cluster later. In this article ArgoCD is launched locally but with connection to some cluster.
How can I run ArgoCD (in docker, for example) without connection to k8s cluster?
Beta Was this translation helpful? Give feedback.
All reactions