IN ACS Context We Need LBs Doing SSL Offload
In the context of Azure Container Services (Kubernetes in my case), it is a problem having Azure LBs with zero SSL Offloading. It's fine that SSL Offloading is offered with Application Gateways, but when ACS provisions a Kubernetes cluster with Azure LBs you have no ability out of the box to offload SSL for hosting web applications. It's great that Azure Kubernetes has a plugin to automate exposing pods via the Azure Load Balancer, but we need to have a way to do SSL load balancing that doesn't involve routing through nginx containers.

1 comment
-
Please use nginx-ingress-controller as a workaround.