Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request additional documentation example argocd application w/ unique fqdn in a dev/test/prod #123

Open
lknite opened this issue Mar 1, 2022 · 0 comments

Comments

@lknite
Copy link

lknite commented Mar 1, 2022

I know the answer is 'just use kustomization' but being new to argocd and kustomization I'm finding locating examples difficult.

Will I run a kustomize against a repo which will build additional application files which I need to include? When I try to ask I often get answer like sure you can do like this or this or this, but without any detail.

I suspect it is very common for someone who has come across argo to see it as a possible solution with multiple clusters. The idea will always be can I have one application file that I can apply to multiple clusters? Or will I need an application file for each cluster and the only difference will be the destination?

I wonder if a couple examples could be added, using a single argo instance with multiple clusters added:

  1. here's how to install something like metric-server to multiple clusters
  2. here's how to install nginx with an ingress using an fqdn built using the cluster names, e.g.:
    • demo.dev.domain.net, demo.test.domain.net, demo.prod.domain.net

I know the ApplicationSet will be here soon, but it would be good to know how its supposed to be done with what currently exists. I know App of Apps exists, so is that the answer? One application targets exactly one destination? So if I have 18 clusters I'll need 18 application files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant