https://rancher.com/ logo
Title
r

rough-area-94234

02/05/2023, 10:18 AM
Hello, Can Epinio support promoting app across environments ? for example, dev and staging with different configmaps/secrets/namespace in the same Kubernetes cluster and production in another Kubernetes cluster ?
h

high-morning-12231

02/05/2023, 5:41 PM
Not directly yet, but you can setup services/configurations with the same name in each environment then push to each one independently. Being able to push across clusters is something that we have discussed but haven’t prioritized. If you don’t mind, please open a GitHub issue to allow us to track the request 😁
b

broad-dream-81849

02/06/2023, 9:51 AM
you could also try to change a bit the configuration and try to use routes and namespaces to isolate a bit the environments (having a
dev-namespace
and a
test-namespace
, and setting the app routes to something like
<http://dev.myapp.mydomain.com|dev.myapp.mydomain.com>
and
<http://test.myapp.mydomain.com|test.myapp.mydomain.com>
. Maybe it should give you enough isolation 🙂
r

rough-area-94234

02/07/2023, 11:55 PM
Thank you both for answer ❤️