Support a true GitOps workflow
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- git, go, kubernetes
- Domain
- ci-cd, devops, infrastructure
Research direction
Start by tracing the existing draft create, draft setup-gh, and draft generate-workflow entry points across the az-extension, oss draft, and vscode surfaces. Compare their current push-based behavior with the requested repository structure, ArgoCD bootstrap and image-update flow; done means the three-step pull-based workflow is defined and supported consistently across the affected surfaces.
Written by the indexing model from the issue text.
Description
Is your feature request related to a problem? Please describe.
As a user, I'd like to be able to utilize true pull-based GitOps workflows for Day 1/2+ operations after getting started. The existing push-based model does not scale as the number of applications, teams, and clusters grow.
Mention what platform you want to support the new feature
Has implications possibly across all of: az-extension, oss draft, and vscode.
Describe the solution you'd like
draft createprovisions a GitOps-friendly/planned repo structure and optionally wraps the structure in ArgoCD application(Set).draft setup-ghor likely alternative command bootstraps the cluster with ArgoCD agent sync'ed to the repo specifieddraft generate-workflowstill sets up the pipeline to build the container image, but it does not authenticate/kubectl applypush down to the cluster. The ArgoCD agent in the previous step will automatically install the newly created container image after it is merged into the proper git directory as specified previously.
Describe alternatives you've considered
https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template
https://github.com/argoproj-labs/argocd-autopilot
https://github.com/alexellis/arkade?tab=readme-ov-file#catalog-of-clis -- ArgoCD
- Dominant language
- Go
- Stars
- 644
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/draft
-
Difficulty 3/5 1-2 days Newbie friendliness 38/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 42/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·