Tag

Argo CD

0 views collected around this technical thread.

Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Feb 17, 2025 · Cloud Native

Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology

Wondershare Technology adopted Alibaba Cloud's ACK One GitOps platform to automate and unify the deployment of dozens of Kubernetes clusters across multiple regions, addressing manual deployment inefficiencies, traceability, rollback challenges, and multi‑tenant permission management while achieving a 50% increase in release efficiency.

Argo CDCI/CDCloud Native
0 likes · 7 min read
Multi‑Cluster Delivery with ACK One GitOps: A Case Study at Wondershare Technology
Ops Development Stories
Ops Development Stories
Aug 7, 2024 · Operations

Mastering GitOps: Build a Full CI/CD Pipeline with GitLab, Argo CD, and Kustomize

This guide walks you through constructing a complete GitOps‑based CI/CD pipeline using GitLab, GitLab Runner on Kubernetes, Maven, SonarQube, Harbor, Argo CD, and Kustomize, covering code commit, build, test, image publishing, automated deployments, and advanced rollout strategies such as blue‑green and canary releases.

Argo CDCI/CDDevOps
0 likes · 31 min read
Mastering GitOps: Build a Full CI/CD Pipeline with GitLab, Argo CD, and Kustomize
DevOps Cloud Academy
DevOps Cloud Academy
Oct 14, 2023 · Cloud Native

Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes

The article explains how Kargo, an open‑source, GitOps‑based platform built on Argo CD experience, addresses the complexities of multi‑stage CI/CD pipelines in Kubernetes by providing declarative stage definitions, promotion workflows, and advanced delivery features such as canary releases and A/B testing.

Argo CDCI/CDContinuous Delivery
0 likes · 12 min read
Introducing Kargo: A Multi‑Stage Application Orchestration Platform for CI/CD on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Oct 9, 2023 · Cloud Native

Deploying and Using Weave GitOps and Flamingo to Manage Flux and Argo CD Workloads

This guide explains how to install the Weave GitOps UI and its CLI, configure HelmRelease and HelmRepository objects, access the dashboard, and then introduces Flamingo as a Flux subsystem for Argo CD, showing its installation, loopback reconciliation, and conversion of existing Flux applications.

Argo CDCloud NativeFlamingo
0 likes · 11 min read
Deploying and Using Weave GitOps and Flamingo to Manage Flux and Argo CD Workloads
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2023 · Cloud Native

Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends

The 2023 CNCF user survey of Argo CD and Argo Rollouts reveals high adoption rates, strong Net Promoter Scores, dominant usage by DevOps and platform engineers, expanding production deployments, and growing ecosystem integrations, highlighting opportunities and challenges for the GitOps and progressive delivery landscape.

Argo CDArgo RolloutsDevOps
0 likes · 12 min read
Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends
php中文网 Courses
php中文网 Courses
Jul 3, 2023 · Information Security

June API Security Vulnerability Report: MinIO, Joomla Rest API, and Argo CD Issues with Remediation Guidance

The June API security report highlights three critical vulnerabilities—MinIO unauthorized data exposure, Joomla Rest API unauthenticated access, and multiple Argo CD API flaws—detailing their impacts and providing concrete remediation steps to protect sensitive data and maintain system integrity.

API securityArgo CDJoomla
0 likes · 4 min read
June API Security Vulnerability Report: MinIO, Joomla Rest API, and Argo CD Issues with Remediation Guidance
DevOps Cloud Academy
DevOps Cloud Academy
Apr 13, 2023 · Cloud Native

Flamingo: Integrating Flux and Argo CD for Seamless GitOps on Kubernetes

This article explains how Flamingo, a Flux subsystem for Argo CD, combines the strengths of both tools to provide a modular, extensible GitOps solution for Kubernetes, covering platform‑engineering challenges, GitLab’s adoption of Flux, installation steps, and integration with Weave GitOps.

Argo CDDevOpsFlamingo
0 likes · 13 min read
Flamingo: Integrating Flux and Argo CD for Seamless GitOps on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Mar 29, 2023 · Cloud Native

Using Kustomize for Kubernetes Configuration Management and Multi‑Environment Deployments

This article demonstrates how to use Kustomize to manage Kubernetes manifests, generate ConfigMaps, Secrets, update images and replicas, create multi‑environment overlays, and render the final YAML for deployment with kubectl or Argo CD, assuming basic Kubernetes knowledge and the Kustomize CLI installed.

Argo CDDevOpsGitOps
0 likes · 5 min read
Using Kustomize for Kubernetes Configuration Management and Multi‑Environment Deployments
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Feb 24, 2023 · Cloud Native

NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform

NetEase Cloud Music open-sourced Horizon, a Kubernetes-based GitOps continuous deployment platform, offering standardized Helm‑based templates, RBAC, multi‑cloud support, CI integration, and extensibility, built on Argo CD, Tekton, and other components, now used in large‑scale production across multiple regions.

Argo CDCI/CDCloud Native
0 likes · 9 min read
NetEase Cloud Music Open-Sources Horizon: A Kubernetes-Based GitOps Continuous Deployment Platform
Zhengtong Technical Team
Zhengtong Technical Team
Jan 18, 2023 · Cloud Native

CI/CD Pipeline Design and Implementation Using Tekton, Argo CD, and Redmine on Kubernetes

This article describes a cloud‑native CI/CD pipeline built on Kubernetes that leverages Tekton for continuous integration, Argo CD for continuous deployment, and Redmine for project management, detailing system design, task flow, usage steps, and achieved operational benefits.

Argo CDAutomationCI/CD
0 likes · 18 min read
CI/CD Pipeline Design and Implementation Using Tekton, Argo CD, and Redmine on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jul 13, 2021 · Operations

Configuring Argo CD Webhooks, Prometheus Metrics, and DingTalk Notifications

This guide explains how to set up Argo CD webhooks for real‑time Git change detection, expose Prometheus metrics for monitoring, and integrate DingTalk notifications using ArgoCD Notifications to receive application sync status alerts.

Argo CDDingTalkGitOps
0 likes · 16 min read
Configuring Argo CD Webhooks, Prometheus Metrics, and DingTalk Notifications
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2021 · Cloud Native

Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide

This tutorial shows how to refactor a Tekton‑based CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring an Argo CD AppProject and Application, adding sync and manifest‑update tasks, customizing health checks, and finally achieving a streamlined GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 16 min read
Integrating Tekton CI/CD with Argo CD for GitOps: A Step‑by‑Step Guide
Ops Development Stories
Ops Development Stories
Jul 8, 2021 · Cloud Native

Transform Tekton CI/CD into a GitOps Workflow with Argo CD

This guide shows how to refactor a Tekton CI/CD pipeline by extracting Helm chart templates into a separate repository, configuring Argo CD to manage the deployment stage, and adding Tekton tasks that update Helm values, sync the application, and handle health checks, achieving a full GitOps workflow on Kubernetes.

Argo CDCI/CDGitOps
0 likes · 17 min read
Transform Tekton CI/CD into a GitOps Workflow with Argo CD
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2021 · Cloud Native

Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide

This article provides a comprehensive overview of Argo CD, a Kubernetes‑native GitOps continuous deployment tool, covering its architecture, core components, supported manifest types, key features, installation steps, cluster configuration, application creation, and synchronization methods using both CLI and UI.

Argo CDCI/CDContinuous Delivery
0 likes · 18 min read
Argo CD: A GitOps Continuous Delivery Tool for Kubernetes – Architecture, Features, Installation, and Usage Guide
DevOps Cloud Academy
DevOps Cloud Academy
Oct 31, 2020 · Cloud Native

GitOps Workflow Example with Argo CD, GitLab CI, and Kubernetes

This article provides a step‑by‑step guide to implementing a GitOps workflow on a Kubernetes cluster using Argo CD and GitLab CI, covering Argo CD installation, Helm deployment, application configuration, CI/CD pipeline definition, and deployment to dev and prod environments.

Argo CDCI/CDGitLab CI
0 likes · 14 min read
GitOps Workflow Example with Argo CD, GitLab CI, and Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jul 21, 2020 · Cloud Native

GitOps Workflow with Argo CD and GitLab CI on Kubernetes

This article demonstrates a complete GitOps workflow on Kubernetes using Argo CD and GitLab CI, covering installation, configuration of Argo CD, GitLab project setup, Helm deployment, and a multi‑stage CI/CD pipeline that automatically builds, publishes Docker images, and synchronizes applications in dev and prod environments.

Argo CDCI/CDGitLab CI
0 likes · 15 min read
GitOps Workflow with Argo CD and GitLab CI on Kubernetes