Skip to content

Commit 1e067c4

Browse files
authored
Merge pull request #95343 from zr-msft/aks-scale-fix
[AKS] fix scaling concepts
2 parents f9c862e + 6aa0b0e commit 1e067c4

File tree

5 files changed

+8
-281
lines changed

5 files changed

+8
-281
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43612,6 +43612,11 @@
4361243612
"source_path": "articles/cognitive-services/translator/translator-text-container-config.md",
4361343613
"redirect_url": "/azure/cognitive-services/translator/translator-info-overview",
4361443614
"redirect_document_id": false
43615+
},
43616+
{
43617+
"source_path": "articles/aks/virtual-kubelet.md",
43618+
"redirect_url": "/azure/aks/concepts-scale#burst-to-azure-container-instances",
43619+
"redirect_document_id": false
4361543620
}
4361643621
]
4361743622
}

articles/aks/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
href: virtual-nodes-cli.md
129129
- name: Use the Azure portal
130130
href: virtual-nodes-portal.md
131-
- name: Use Virtual Kubelet
132-
href: virtual-kubelet.md
133131
- name: Use Cluster Autoscaler
134132
href: cluster-autoscaler.md
135133
- name: Use Availability Zones

articles/aks/concepts-scale.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To rapidly scale your AKS cluster, you can integrate with Azure Container Instan
7777

7878
![Kubernetes burst scaling to ACI](media/concepts-scale/burst-scaling.png)
7979

80-
ACI lets you quickly deploy container instances without additional infrastructure overhead. When you connect with AKS, ACI becomes a secured, logical extension of your AKS cluster. The Virtual Kubelet component is installed in your AKS cluster that presents ACI as a virtual Kubernetes node. Kubernetes can then schedule pods that run as ACI instances through virtual nodes, not as pods on VM nodes directly in your AKS cluster. Virtual nodes are currently in preview in AKS.
80+
ACI lets you quickly deploy container instances without additional infrastructure overhead. When you connect with AKS, ACI becomes a secured, logical extension of your AKS cluster. The [virtual nodes][virtual-nodes-cli] component, which is based on [Virtual Kubelet][virtual-kubelet], is installed in your AKS cluster that presents ACI as a virtual Kubernetes node. Kubernetes can then schedule pods that run as ACI instances through virtual nodes, not as pods on VM nodes directly in your AKS cluster. Virtual nodes are currently in preview in AKS.
8181

8282
Your application requires no modification to use virtual nodes. Deployments can scale across AKS and ACI and with no delay as cluster autoscaler deploys new nodes in your AKS cluster.
8383

@@ -100,6 +100,7 @@ For more information on core Kubernetes and AKS concepts, see the following arti
100100
- [Kubernetes / AKS storage][aks-concepts-storage]
101101

102102
<!-- LINKS - external -->
103+
[virtual-kubelet]: https://virtual-kubelet.io/
103104

104105
<!-- LINKS - internal -->
105106
[aks-quickstart]: kubernetes-walkthrough.md
@@ -113,3 +114,4 @@ For more information on core Kubernetes and AKS concepts, see the following arti
113114
[aks-concepts-storage]: concepts-storage.md
114115
[aks-concepts-identity]: concepts-identity.md
115116
[aks-concepts-network]: concepts-network.md
117+
[virtual-nodes-cli]: virtual-nodes-cli.md

articles/aks/faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ No AKS is a managed service, and manipulation of the IaaS resources is not suppo
192192
[aks-regions]: ./quotas-skus-regions.md#region-availability
193193
[aks-upgrade]: ./upgrade-cluster.md
194194
[aks-cluster-autoscale]: ./autoscaler.md
195-
[virtual-kubelet]: virtual-kubelet.md
196195
[aks-advanced-networking]: ./configure-azure-cni.md
197196
[aks-rbac-aad]: ./azure-ad-integration.md
198197
[node-updates-kured]: node-updates-kured.md

articles/aks/virtual-kubelet.md

Lines changed: 0 additions & 277 deletions
This file was deleted.

0 commit comments

Comments
 (0)