All three Argo components run in the argo namespace.
ArgoCD#
ArgoCD handles application-level GitOps deployments. While FluxCD manages the infrastructure layer (operators, CRDs, networking), ArgoCD is available for application workloads.
- Auth: Keycloak OIDC
- URL:
argo-cd.wcloud.sh
Argo Workflows#
Argo Workflows provides DAG-based workflow execution on Kubernetes. Workflows are defined as Kubernetes CRs and execute as pods.
- Auth: Keycloak OIDC
- URL:
argo-workflows.wcloud.sh
Argo Events#
Argo Events connects event sources to workflow triggers. Events from webhooks, message queues, or schedules can trigger Argo Workflows or Kubernetes resources.