Hi,
I am doing a round up of Container platforms and I really really want Rancher to be my winner! Currently, I have deployed a server and 2 workers and all looks fantastic! However, I am running the cluster behind an AWS ELB and curious on how I would export my services to the outside world. Example:
rancher.domain (Route53 record) --> AWS ELB (SSL termination) --> Rancher Hosts.
How do I:
app.domain (Route 53 record) --> AWS ELB (SSL termination) --> Rancher --> container service
I think I need to create a Reverse Proxy container that runs Traefik or HAProxy and somehow have it ‘get’ a Public IP.
Anyone running things like me?