Hi All,
Brand new to Rancher, I’ve come across some docs but couldn’t find what I want. So I’d like some hints if it possible before digging to far.
I want my developers to access Rancher and create stack on demand by only choosing the app version. All and each stacks expose port 80, 8080 and 9090. I only have one host and one domain/ip. So I would like to use Rancher load balancer to reverse proxy each stack (using different path), but doing so automatically. So, from the user/developers perspective, it only has to go through catalog > my_app > select version, choose a name and choose a path to access its stack.
I know LB supports selectors but it will only load balance traffic between apps and can’t add a new rule (for a different path) (right?).
This is what creating a new stack should look like. Now I miss the part ‘send configurations to a reverse proxy’
TL;DR
Question : Is it possible select the reverse proxied path directly during stack creation (from catalog) ?