{"id":16846990,"url":"https://github.com/mumoshu/argocd-clusterset","last_synced_at":"2025-04-11T06:44:43.213Z","repository":{"id":54380593,"uuid":"316368227","full_name":"mumoshu/argocd-clusterset","owner":"mumoshu","description":"A command-line tool and Kubernetes controller to sync EKS clusters into ArgoCD cluster secrets","archived":false,"fork":false,"pushed_at":"2021-02-22T09:50:17.000Z","size":61,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T04:41:24.748Z","etag":null,"topics":["argocd","aws-eks","eks","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mumoshu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-27T01:03:46.000Z","updated_at":"2023-12-31T10:52:27.000Z","dependencies_parsed_at":"2022-08-13T14:00:37.556Z","dependency_job_id":null,"html_url":"https://github.com/mumoshu/argocd-clusterset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumoshu%2Fargocd-clusterset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumoshu%2Fargocd-clusterset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumoshu%2Fargocd-clusterset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mumoshu%2Fargocd-clusterset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mumoshu","download_url":"https://codeload.github.com/mumoshu/argocd-clusterset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358549,"owners_count":21090401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["argocd","aws-eks","eks","kubernetes"],"created_at":"2024-10-13T13:06:11.376Z","updated_at":"2025-04-11T06:44:43.168Z","avatar_url":"https://github.com/mumoshu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# argocd-clusterset\n\n`argocd-clusterset` is a command-line tool and Kubernetes controller to sync EKS clusters into ArgoCD [cluster secrets]().\n\nConsider this as a tool to add EKS cluster auto-discovery to ArgoCD.\n\nIntended to be used with [ArgoCD's ApplicationSet controller](https://github.com/argoproj-labs/applicationset), as you have no other \"official\"ish way to automatically deploy to auto-discovered clusters.\n\nIt's also recommended to use ArgoCD 1.8+, as ArgoCD's scalability has considerably increased starting that version, to help support managing a lot of clusters and application that might be the case when you use this and ApplicationSets. Please read [their blog post](https://blog.argoproj.io/please-welcome-argo-cd-v1-8-rc-5799850cb2b6?source=collection_home---4------0-----------------------) introducing ArgoCD 1.8-rc.1 for more information on the scalability improvement.\n\n## Usage\n\n`argocd-clusterset` is pretty experimental, so there's no tagged releases yet.\n\nYou need to clone this repository, and follow the below steps to deploy this as a K8s controller:\n\n```\n$ NAME=$YOUR_DOCKER_USER/argocd-clusterset make docker-buildx\n\n$ (cd config/default; kustomize edit set image controller=$YOUR_DOCKER_USER/argocd-clusterset:latest)\n\n# \n# With kustomize:\n#\n\n$ kustomize build config/default | kubectl apply -f - --dry-run\n$ kustomize build config/default | kubectl apply -f -\n\n#\n# With helm:\n#\n\n$ helm upgrade --install --name clusterset-controller charts/clusterset-controller\n\n$ cat \u003c\u003cEOF | kubectl apply -f -\napiVersion: clusterset.mumo.co/v1alpha1\nkind: ClusterSet\nmetadata:\n  name: myclusterset1\nspec:\n  selector:\n    eksTags:\n      foo: \"bar\"\n  template:\n    metadata:\n      labels:\n        env: \"prod\"\nEOF\n```\n\nOr to use it as a command-line tool, run:\n\n```shell script\n$ make build\n\n$ ./argocd-clusterset sync \\\n  --namespace ns-for-cluster-secrets \\\n  --eks-tags environment=production --eks-tags owner=yourteam\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmumoshu%2Fargocd-clusterset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmumoshu%2Fargocd-clusterset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmumoshu%2Fargocd-clusterset/lists"}