Replies: 1 comment 1 reply
-
Hey @survivant,
Now when argocd builds the applications manifests it will include an ingress with the correct application spec. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m on-premise with kubernetes 1.20 . I want to put CICD in place like gitops with argocd. When a new environment or branch it’s created, I want to deploy the application in its own namespace and I want the application to be accessible. (so I’ll have the same application deployed multiple times, but it a different version)here my usecase. I want to deploy my applications on multiple namespaces
my services could look like that
I’m on premise with nginx-ingress and with metallb as loadbalancer
I’ll expose nginx-controler as daemonset with a external IP : 10.1.10.123 for ingress
I want to have those applications to be accessible for from outside on 10.1.10.123 (I can’t expose new IP)
the domain (inside-my-company.com) name it not register in external DNS
ex :
…
How can I do that ? For now I only have one version and it’s in the default namespace. like
Here the list of my services. Kong is my ingress controller
I have 2 applications
For those 2 applications, I want to deploy them in dev, qa… namespaces and modify the ingress rules for that.and I need to access those applications from outside my cluster, like
I’m looking to reproduce that setup on bare-metal with kubernetes 1.20 configured with kubeadm.
How can I achieve that with Argocd autopilot ?
Beta Was this translation helpful? Give feedback.
All reactions