Updated October 30, 2024
Argo CD is a declarative, GitOps tool for continuous delivery to Kubernetes.
-
Install the kubectl and configure it to work with the created cluster.
-
Configure the application:
- Namespace: Select a namespace for Argo CD or create a new one.
- Application name: Enter an application name.
-
Click Install.
-
Wait for the application to change its status to
Deployed
. -
Get the administrator’s password (
admin
):kubectl --namespace <namespace> get secret argocd-initial-admin-secret \ --output jsonpath="{.data.password}" | base64 -d
To access the application via localhost
:
-
Enable
port forward
:kubectl port-forward service/<application name>-argocd-server \ --namespace <namespace> 8080:443
-
Follow the link
http://localhost:8080
and log in with administrator credentials.
Yandex Cloud technical support is available 24/7 to respond to requests. The types of requests available and their response time depend on your pricing plan. You can activate paid support in the management console. Learn more about requesting technical support.
Helm chart | Version | Pull-command | Documentation |
---|---|---|---|
yandex-cloud/argo/chart/argo-cd | 7.3.11-2 | Open |
Docker image | Version | Pull-command |
---|---|---|
yandex-cloud/argo/argocd1722866726227737598947065549224974694037031226741 | v2.11.7 | |
yandex-cloud/argo/dex1722866726227737598947065549224974694037031226741 | v2.38.0 | |
yandex-cloud/argo/redis1722866726227737598947065549224974694037031226741 | 7.2.4-alpine |
By using this product you agree to the Yandex Cloud Marketplace Terms of Service and the terms and conditions of the following software: Argo CD