842 B
842 B
ArgoCD Component
Overview
ArgoCD is our GitOps continuous delivery tool for Kubernetes.
Configuration
The following configurations are available:
- Domain: argocd.noxxos.nl
- Ingress: Enabled with Traefik
- Version: 9.1.0
Post-Install
After installation:
-
The admin password will be displayed
-
Initial access is available through port-forward:
kubectl port-forward svc/argocd-server -n argocd 8080:443Then visit:
https://localhost:8080 -
Once Traefik is running, access through ingress will be available
Dependencies
- Kubernetes cluster
- Helm v3+
- Traefik (for ingress)
Troubleshooting
If you can't access ArgoCD:
-
Check if the pods are running:
kubectl get pods -n argocd -
Check ingress status
kubectl get ingress -n argocd