Skip to content

Commit 0729bb8

Browse files
committed
[AKS] added dev spaces callout for allowed ranges
1 parent bd2ab60 commit 0729bb8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/aks/api-server-authorized-ip-ranges.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ API server authorized IP ranges only work for new AKS clusters that you create.
2929

3030
You need the Azure CLI version 2.0.76 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
3131

32-
## Limitations
33-
34-
The following limitations apply when you configure API server authorized IP ranges:
35-
36-
* You cannot currently use Azure Dev Spaces as the communication with the API server is also blocked.
37-
3832
## Overview of API server authorized IP ranges
3933

4034
The Kubernetes API server is how the underlying Kubernetes APIs are exposed. This component provides the interaction for management tools, such as `kubectl` or the Kubernetes dashboard. AKS provides a single-tenant cluster master, with a dedicated API server. By default, the API server is assigned a public IP address, and you should control access using role-based access controls (RBAC).
@@ -67,6 +61,7 @@ az aks create \
6761
> You should add these ranges to an allow list:
6862
> - The firewall public IP address
6963
> - Any range that represents networks that you'll administer the cluster from
64+
> - If you are using Azure Dev Spaces on your AKS cluster, you have to allow [additional ranges based on your region][dev-spaces-ranges].
7065
7166
### Specify the outbound IPs for the Standard SKU load balancer
7267

@@ -139,6 +134,7 @@ For more information, see [Security concepts for applications and clusters in AK
139134

140135
<!-- LINKS - external -->
141136
[cni-networking]: https://github.com/Azure/azure-container-networking/blob/master/docs/cni.md
137+
[dev-spaces-ranges]: https://github.com/Azure/dev-spaces/tree/master/public-ips
142138
[kubenet]: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#kubenet
143139

144140
<!-- LINKS - internal -->

0 commit comments

Comments
 (0)