Updated October 20, 2023

Argo CD is a declarative, GitOps tool for continuous delivery to Kubernetes.

Deployment instructions
  1. Install the kubectl and configure it to work with the created cluster.

  2. Configure the application:

    • Namespace: Select a namespace for Argo CD or create a new one.
    • Application name: Enter an application name.
  3. Click Install.

  4. Wait for the application to change its status to Deployed.

  5. 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:

  1. Enable port forward:

    kubectl port-forward service/<application name>-argocd-server \
      --namespace <namespace> 8080:443
    
  2. Follow the link http://localhost:8080 and log in with administrator credentials.

Billing type
Free
Type
Kubernetes® Application
Category
Developer tools
Publisher
Yandex Cloud
Use cases
  • GitOps continuous delivery.
Technical support

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.

Product composition
Helm chartVersion
Pull-command
Documentation
yandex-cloud/argo/chart/argo-cd5.46.8-6Open
Docker imageVersion
Pull-command
yandex-cloud/argo/argocd1697815205202178627972251841937951913231980750797v2.8.4
yandex-cloud/argo/dex1697815205202178627972251841937951913231980750797v2.37.0
yandex-cloud/argo/redis16978152052021786279722518419379519132319807507977.0.13-alpine
Terms
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
Billing type
Free
Type
Kubernetes® Application
Category
Developer tools
Publisher
Yandex Cloud