dev-spaces/public-ips
Rakesh Reddy Vanga f3953f830a Us regions public ips 2020-04-13 15:28:10 -07:00
..
AustraliaEast.txt Us regions public ips 2020-04-13 15:28:10 -07:00
AustraliaSouthEast.txt Update IP ranges for all regions 2020-03-27 10:56:21 -07:00
CanadaCentral.txt updating public ips 2020-04-09 13:06:42 -07:00
CanadaEast.txt updating public ips 2020-04-09 13:06:42 -07:00
CentralUS.txt Us regions public ips 2020-04-13 15:28:10 -07:00
EastAsia.txt updating public ips 2020-04-09 13:06:42 -07:00
EastUS.txt Us regions public ips 2020-04-13 15:28:10 -07:00
EastUS2.txt Us regions public ips 2020-04-13 15:28:10 -07:00
JapanEast.txt updating public ips 2020-04-09 13:06:42 -07:00
NorthEurope.txt europe ips 2020-04-10 12:05:36 -07:00
README.md Added a readme 2019-11-06 15:49:03 -08:00
SouthCentralUS.txt Us regions public ips 2020-04-13 15:28:10 -07:00
SouthEastAsia.txt updating public ips 2020-04-09 13:06:42 -07:00
UKSouth.txt europe ips 2020-04-10 12:05:36 -07:00
WestEurope.txt europe ips 2020-04-10 12:05:36 -07:00
WestUS2.txt Us regions public ips 2020-04-13 15:28:10 -07:00

README.md

This directory contains files that list the IP addresses used by Azure Dev Spaces infrastructure in each Azure region.

If your AKS cluster is deployed with additional security that limits the IP addresses that can interact with it, Azure Dev Spaces functionality may be blocked. Common situations where this happens include:

  • Your AKS cluster is in a custom VNET with rules that whitelist specific ingress/egress IPs.
  • You have secured access to your kube-apiserver using authorized IP address ranges.

To enable Azure Dev Spaces in a secured cluster, youll need to update your configuration to allow IP addresses used by Azure Dev Spaces infrastructure services. The set of IP addresses is different for each Azure region, so youll need to use the IP addresses from the file in this directory that corresponds to your clusters region.

To use debugging, port forwarding, and other Dev Spaces CLI features, you will also need to whitelist your dev machine IP ranges to allow direct communication with the cluster.

Note

These IPs are not static and these files will be updated when IPs change due to changes in Dev Spaces infrastructure.