Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 100 forks source link

Are there plans for services like Azure Application Gateway to be supported? #689

Closed erick-thompson closed 5 years ago

erick-thompson commented 5 years ago

I've noticed that most of the resources available using the OSBA are application services, which is awesome and incredibly useful. Are there plans to support services that are more "infrastructure" like such as Azure Application Gateway, Azure Traffic Manager, etc?

I am planning to use Azure Application Gateway to handle SSL termination and take advantage of the Web application firewall for AKS based services. In addition, I am planning to use Azure Traffic Manager for regional fail-over.

I'm using Istio, so using the Azure Application Gateway ingress controller isn't possible.

zhongyi-zhang commented 5 years ago

No, there is no plan for App Gateway. I had some experience about it. The settings like "backend pools", "listeners", "rules", "health probes" are too many and complicated. It seems to me that neither configuring nor debugging by using a broker couldn't be a good experience, isn't it?