Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.95k stars 305 forks source link

AKS in VNET behind company HTTP proxy #205

Closed markwaldkat closed 2 years ago

markwaldkat commented 6 years ago

I need to deploy AKS into a custom VNET, that is behind a company HTTP proxy to access the public internet.

With ACS or acs-engine I couldn't get this working out-of-the-box as the cloud-init scripts need internet access before I'm able to set the http_proxy on all nodes.

Is this possible with AKS once #27 is supported?