# Argo CD, Kubernetes

Published articles for Argo CD, Kubernetes.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Distribute Your Argo CD Applications to Different Kubernetes Clusters Using Application Sets

DevFeed: [Distribute Your Argo CD Applications to Different Kubernetes Clusters Using Application Sets](<https://devfeed.tech/articles/distribute-your-argo-cd-applications-to-different-kubernetes-clusters-using-application-sets-17675.md>)

Original publisher: [Read original article](<https://codefresh.io/blog/argocd-clusters-labels-with-apps/>)

Author: Kostis Kapelonis

Published: 2025-06-17T10:44:02Z

Content type: tutorial

Language: en

Sources: [Codefresh](<https://devfeed.tech/sources/codefresh.md>)

Topics: [argo-cd](<https://devfeed.tech/topics/argo-cd.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [applicationset](<https://devfeed.tech/tags/applicationset.md>), [argo](<https://devfeed.tech/tags/argo.md>), [argo-cd](<https://devfeed.tech/tags/argo-cd.md>), [argo-cd-kubernetes](<https://devfeed.tech/tags/argo-cd-kubernetes.md>), [article](<https://devfeed.tech/tags/article.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-clusters](<https://devfeed.tech/tags/kubernetes-clusters.md>), [series](<https://devfeed.tech/tags/series.md>)

### AI overview

This guide explains how to use Argo CD ApplicationSets to distribute multiple applications across multiple Kubernetes clusters. It covers cluster selection, environment-specific settings, cluster labels, and combining the Git and Cluster generators.

### Source excerpt

In the previous article in this series, we explained how Argo CD application Sets work and how to use them for organizing your applications in different environments or groups. We received a lot of positive feedback from our readers, and many teams now use the associated Git repository as a starting point for their own [...] The post Distribute Your Argo CD Applications to Different Kubernetes Clusters Using Application Sets appeared first on Codefresh.