File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
title : Kubernetes on Azure tutorial - Scale applications in Azure Kubernetes Service (AKS)
3
3
description : In this Azure Kubernetes Service (AKS) tutorial, you learn how to scale nodes and pods and implement horizontal pod autoscaling.
4
4
ms.topic : tutorial
5
- ms.date : 03/05/2023
5
+ ms.date : 06/10/2024
6
6
author : schaffererin
7
7
ms.author : schaffererin
8
8
@@ -160,18 +160,24 @@ The following example increases the number of nodes to three in the Kubernetes c
160
160
Once the cluster successfully scales, your output will be similar to following example output :
161
161
162
162
` ` ` output
163
+ "aadProfile": null,
164
+ "addonProfiles": null,
163
165
"agentPoolProfiles": [
164
166
{
167
+ ...
165
168
"count": 3,
166
- "dnsPrefix ": null ,
167
- "fqdn ": null ,
168
- "name ": "myAKSCluster" ,
169
- "osDiskSizeGb ": null ,
169
+ "mode ": "System" ,
170
+ "name ": "nodepool1" ,
171
+ "osDiskSizeGb ": 128 ,
172
+ "osDiskType ": "Managed" ,
170
173
"osType": "Linux",
171
174
"ports": null,
172
- "vmSize": "Standard_D2_v2 ",
175
+ "vmSize": "Standard_DS2_v2 ",
173
176
"vnetSubnetId": null
177
+ ...
174
178
}
179
+ ...
180
+ ]
175
181
` ` `
176
182
177
183
# ## [Azure PowerShell](#tab/azure-powershell)
You can’t perform that action at this time.
0 commit comments