Skip to content

Deployment to ECS via Argo-cd #17843

Answered by csantanapr
kunal-parsewar asked this question in Q&A
Discussion options

You must be logged in to vote

ArgoCD only support the deployment to Kubernetes Resources.
For Amazon ECS you would need ArgoCD to deploy a Custom Resource for ECS to Kubernetes (etcd), then a Kubernetes controller like ACK or Crossplane will be able to reconcile from etcd to the Cloud provider (AWS)
Here are the docs:
ACK:

Crossplane:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by csantanapr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants