|
4 | 4 | items:
|
5 | 5 | - name: About AKS
|
6 | 6 | href: intro-kubernetes.md
|
| 7 | + - name: Quotas and regional limits |
| 8 | + href: quotas-skus-regions.md |
| 9 | + - name: Supported Kubernetes version |
| 10 | + href: supported-kubernetes-versions.md |
7 | 11 | - name: Solution architectures
|
8 | 12 | href: /azure/architecture/reference-architectures/containers/aks-start-here?bc=%2fazure%2faks%2fbreadcrumb%2ftoc.json&toc=%2fazure%2faks%2ftoc.json?WT.mc_id=AKSDOCSTOC
|
9 | 13 | - name: Quickstarts
|
|
48 | 52 | href: tutorial-kubernetes-upgrade-cluster.md
|
49 | 53 | - name: Concepts
|
50 | 54 | items:
|
51 |
| - - name: Clusters and workloads |
| 55 | + - name: Core concepts |
52 | 56 | href: concepts-clusters-workloads.md
|
53 |
| - - name: Access and identity |
54 |
| - href: concepts-identity.md |
55 | 57 | - name: Security
|
56 | 58 | items:
|
57 | 59 | - name: Security Baseline
|
|
61 | 63 | - name: Security controls by Azure Policy
|
62 | 64 | displayName: regulatory, compliance, standards, domains
|
63 | 65 | href: ./security-controls-policy.md
|
| 66 | + - name: Security Hardening in host OS |
| 67 | + href: security-hardened-vm-host-image.md |
| 68 | + - name: Access and identity |
| 69 | + href: concepts-identity.md |
64 | 70 | - name: Networking
|
65 | 71 | href: concepts-network.md
|
66 | 72 | - name: Storage
|
|
71 | 77 | href: node-auto-repair.md
|
72 | 78 | - name: Service meshes
|
73 | 79 | href: servicemesh-about.md
|
| 80 | + - name: Sustainable software engineering |
| 81 | + href: concepts-sustainable-software-engineering.md |
74 | 82 | - name: Best practices
|
75 | 83 | items:
|
76 | 84 | - name: Overview
|
|
104 | 112 | href: developer-best-practices-resource-management.md
|
105 | 113 | - name: Pod security
|
106 | 114 | href: developer-best-practices-pod-security.md
|
107 |
| - - name: Quotas and regional limits |
108 |
| - href: quotas-skus-regions.md |
109 | 115 | - name: Migrate to AKS
|
110 | 116 | items:
|
111 | 117 | - name: Plan and execute a migration
|
|
134 | 140 | - name: ASP.NET app containerization and migration
|
135 | 141 | href: ../migrate/tutorial-app-containerization-aspnet-kubernetes.md
|
136 | 142 | maintainContext: false
|
137 |
| - - name: Supported Kubernetes version |
138 |
| - href: supported-kubernetes-versions.md |
139 |
| - - name: Cloud Controller Manager (preview) |
140 |
| - href: out-of-tree.md |
141 |
| - - name: Security Hardening in host OS |
142 |
| - href: security-hardened-vm-host-image.md |
143 |
| - - name: Azure Kubernetes Service Diagnostics overview |
144 |
| - href: concepts-diagnostics.md |
145 |
| - - name: Sustainable software engineering |
146 |
| - href: concepts-sustainable-software-engineering.md |
147 | 143 | - name: How-to guides
|
148 | 144 | items:
|
149 | 145 | - name: Cluster operations
|
|
156 | 152 | href: start-stop-cluster.md
|
157 | 153 | - name: Use planned maintenance (preview)
|
158 | 154 | href: planned-maintenance.md
|
| 155 | + - name: Cloud Controller Manager (preview) |
| 156 | + href: out-of-tree.md |
159 | 157 | - name: Upgrade an AKS cluster
|
160 | 158 | href: upgrade-cluster.md
|
161 | 159 | - name: Use Uptime SLA
|
|
207 | 205 | href: kubernetes-portal.md
|
208 | 206 | - name: Use the Kubernetes dashboard
|
209 | 207 | href: kubernetes-dashboard.md
|
210 |
| - - name: Configure data volumes |
211 |
| - items: |
212 |
| - - name: Azure Disk - Dynamic |
213 |
| - href: azure-disks-dynamic-pv.md |
214 |
| - - name: Azure Disk - Static |
215 |
| - href: azure-disk-volume.md |
216 |
| - - name: Azure Files - Dynamic |
217 |
| - href: azure-files-dynamic-pv.md |
218 |
| - - name: Azure Files - Static |
219 |
| - href: azure-files-volume.md |
220 |
| - - name: Azure HPC Cache |
221 |
| - href: azure-hpc-cache.md |
222 |
| - - name: NFS Server - Static |
223 |
| - href: azure-nfs-volume.md |
224 |
| - - name: Azure NetApp Files |
225 |
| - href: azure-netapp-files.md |
226 |
| - - name: Use Azure Ultra Disks |
227 |
| - href: use-ultra-disks.md |
228 |
| - - name: CSI Storage Drivers |
229 |
| - items: |
230 |
| - - name: Enable CSI Storage Drivers |
231 |
| - href: csi-storage-drivers.md |
232 |
| - - name: Azure Disk CSI drivers |
233 |
| - href: azure-disk-csi.md |
234 |
| - - name: Azure Files CSI drivers |
235 |
| - href: azure-files-csi.md |
236 |
| - - name: Configure networking |
237 |
| - items: |
238 |
| - - name: Create or use existing virtual network |
239 |
| - items: |
240 |
| - - name: Use kubenet |
241 |
| - href: configure-kubenet.md |
242 |
| - - name: Use Azure-CNI |
243 |
| - href: configure-azure-cni.md |
244 |
| - - name: Create an internal load balancer |
245 |
| - href: internal-lb.md |
246 |
| - - name: Use a Standard Load Balancer |
247 |
| - href: load-balancer-standard.md |
248 |
| - - name: Use a static IP address and DNS label |
249 |
| - href: static-ip.md |
250 |
| - - name: Use an HTTP proxy (preview) |
251 |
| - href: http-proxy.md |
252 |
| - - name: Ingress |
253 |
| - items: |
254 |
| - - name: Create a basic controller |
255 |
| - href: ingress-basic.md |
256 |
| - - name: Use HTTP application routing |
257 |
| - href: http-application-routing.md |
258 |
| - - name: Use internal network |
259 |
| - href: ingress-internal-ip.md |
260 |
| - - name: Enable the AGIC add-on for an existing AKS cluster |
261 |
| - href: ../application-gateway/tutorial-ingress-controller-add-on-existing.md |
262 |
| - maintainContext: true |
263 |
| - - name: Use TLS with your own certificates |
264 |
| - href: ingress-own-tls.md |
265 |
| - - name: Use TLS with Let's Encrypt |
266 |
| - items: |
267 |
| - - name: Use a dynamic public IP address |
268 |
| - href: ingress-tls.md |
269 |
| - - name: Use a static public IP address |
270 |
| - href: ingress-static-ip.md |
271 |
| - - name: Egress |
272 |
| - items: |
273 |
| - - name: Restrict and control cluster egress traffic |
274 |
| - href: limit-egress-traffic.md |
275 |
| - - name: Use a user defined route for egress |
276 |
| - href: egress-outboundtype.md |
277 |
| - - name: Use a basic load balancer and static IP address |
278 |
| - href: egress.md |
279 |
| - - name: Managed NAT Gateway (preview) |
280 |
| - href: nat-gateway.md |
281 |
| - |
282 |
| - - name: Customize CoreDNS |
283 |
| - href: coredns-custom.md |
284 | 208 | - name: Security and authentication
|
285 | 209 | items:
|
286 | 210 | - name: Create service principal
|
|
334 | 258 | href: csi-secrets-store-nginx-tls.md
|
335 | 259 | - name: Troubleshooting
|
336 | 260 | href: csi-secrets-store-troubleshooting.md
|
| 261 | + - name: Configure networking |
| 262 | + items: |
| 263 | + - name: Create or use existing virtual network |
| 264 | + items: |
| 265 | + - name: Use kubenet |
| 266 | + href: configure-kubenet.md |
| 267 | + - name: Use Azure-CNI |
| 268 | + href: configure-azure-cni.md |
| 269 | + - name: Create an internal load balancer |
| 270 | + href: internal-lb.md |
| 271 | + - name: Use a Standard Load Balancer |
| 272 | + href: load-balancer-standard.md |
| 273 | + - name: Use a static IP address and DNS label |
| 274 | + href: static-ip.md |
| 275 | + - name: Use an HTTP proxy (preview) |
| 276 | + href: http-proxy.md |
| 277 | + - name: Ingress |
| 278 | + items: |
| 279 | + - name: Create a basic controller |
| 280 | + href: ingress-basic.md |
| 281 | + - name: Use HTTP application routing |
| 282 | + href: http-application-routing.md |
| 283 | + - name: Use internal network |
| 284 | + href: ingress-internal-ip.md |
| 285 | + - name: Enable the AGIC add-on for an existing AKS cluster |
| 286 | + href: ../application-gateway/tutorial-ingress-controller-add-on-existing.md |
| 287 | + maintainContext: true |
| 288 | + - name: Use TLS with your own certificates |
| 289 | + href: ingress-own-tls.md |
| 290 | + - name: Use TLS with Let's Encrypt |
| 291 | + items: |
| 292 | + - name: Use a dynamic public IP address |
| 293 | + href: ingress-tls.md |
| 294 | + - name: Use a static public IP address |
| 295 | + href: ingress-static-ip.md |
| 296 | + - name: Egress |
| 297 | + items: |
| 298 | + - name: Restrict and control cluster egress traffic |
| 299 | + href: limit-egress-traffic.md |
| 300 | + - name: Use a user defined route for egress |
| 301 | + href: egress-outboundtype.md |
| 302 | + - name: Use a basic load balancer and static IP address |
| 303 | + href: egress.md |
| 304 | + - name: Managed NAT Gateway (preview) |
| 305 | + href: nat-gateway.md |
| 306 | + - name: Customize CoreDNS |
| 307 | + href: coredns-custom.md |
| 308 | + - name: Configure data volumes |
| 309 | + items: |
| 310 | + - name: Azure Disk - Dynamic |
| 311 | + href: azure-disks-dynamic-pv.md |
| 312 | + - name: Azure Disk - Static |
| 313 | + href: azure-disk-volume.md |
| 314 | + - name: Azure Files - Dynamic |
| 315 | + href: azure-files-dynamic-pv.md |
| 316 | + - name: Azure Files - Static |
| 317 | + href: azure-files-volume.md |
| 318 | + - name: Azure HPC Cache |
| 319 | + href: azure-hpc-cache.md |
| 320 | + - name: NFS Server - Static |
| 321 | + href: azure-nfs-volume.md |
| 322 | + - name: Azure NetApp Files |
| 323 | + href: azure-netapp-files.md |
| 324 | + - name: Use Azure Ultra Disks |
| 325 | + href: use-ultra-disks.md |
| 326 | + - name: CSI Storage Drivers |
| 327 | + items: |
| 328 | + - name: Enable CSI Storage Drivers |
| 329 | + href: csi-storage-drivers.md |
| 330 | + - name: Azure Disk CSI drivers |
| 331 | + href: azure-disk-csi.md |
| 332 | + - name: Azure Files CSI drivers |
| 333 | + href: azure-files-csi.md |
337 | 334 | - name: Monitoring and logging
|
338 | 335 | items:
|
339 | 336 | - name: Monitor AKS
|
|
439 | 436 | href: troubleshoot-linux.md
|
440 | 437 | - name: Check for Resource Health events (preview)
|
441 | 438 | href: aks-resource-health.md
|
| 439 | + - name: Azure Kubernetes Service Diagnostics (preview) |
| 440 | + href: concepts-diagnostics.md |
442 | 441 | - name: Reference
|
443 | 442 | items:
|
444 | 443 | - name: Azure CLI
|
|
0 commit comments