Load balancing to non rancher managed services

Hi,

I have a rancher cluster with some services managed by docker on it. I also have classic services I want to have access to. My rancher load balancer (which spawn a container on every host in the cluster) is configured to listen on port 80 and 443.

The default action for port 80 is to redirect to port 8000 and for port 443 to redirect to port 8001. A local apache server (non containerized) listen on those port. But it seems that rancher lb never send the requests to apache.

Any ideas ?

Thanks !

Have you looked into using an external service for your non rancher managed services?

http://docs.rancher.com/rancher/rancher-ui/applications/stacks/adding-external-services/