Skip to content

Commit bda4dba

Browse files
authored
Merge pull request #180444 from zr-msft/zr-aks-toc-update1
[AKS] update toc and landing page
2 parents 302d377 + beb3b47 commit bda4dba

File tree

2 files changed

+136
-118
lines changed

2 files changed

+136
-118
lines changed

articles/aks/TOC.yml

Lines changed: 88 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
items:
55
- name: About AKS
66
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
711
- name: Solution architectures
812
href: /azure/architecture/reference-architectures/containers/aks-start-here?bc=%2fazure%2faks%2fbreadcrumb%2ftoc.json&toc=%2fazure%2faks%2ftoc.json?WT.mc_id=AKSDOCSTOC
913
- name: Quickstarts
@@ -48,10 +52,8 @@
4852
href: tutorial-kubernetes-upgrade-cluster.md
4953
- name: Concepts
5054
items:
51-
- name: Clusters and workloads
55+
- name: Core concepts
5256
href: concepts-clusters-workloads.md
53-
- name: Access and identity
54-
href: concepts-identity.md
5557
- name: Security
5658
items:
5759
- name: Security Baseline
@@ -61,6 +63,10 @@
6163
- name: Security controls by Azure Policy
6264
displayName: regulatory, compliance, standards, domains
6365
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
6470
- name: Networking
6571
href: concepts-network.md
6672
- name: Storage
@@ -71,6 +77,8 @@
7177
href: node-auto-repair.md
7278
- name: Service meshes
7379
href: servicemesh-about.md
80+
- name: Sustainable software engineering
81+
href: concepts-sustainable-software-engineering.md
7482
- name: Best practices
7583
items:
7684
- name: Overview
@@ -104,8 +112,6 @@
104112
href: developer-best-practices-resource-management.md
105113
- name: Pod security
106114
href: developer-best-practices-pod-security.md
107-
- name: Quotas and regional limits
108-
href: quotas-skus-regions.md
109115
- name: Migrate to AKS
110116
items:
111117
- name: Plan and execute a migration
@@ -134,16 +140,6 @@
134140
- name: ASP.NET app containerization and migration
135141
href: ../migrate/tutorial-app-containerization-aspnet-kubernetes.md
136142
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
147143
- name: How-to guides
148144
items:
149145
- name: Cluster operations
@@ -156,6 +152,8 @@
156152
href: start-stop-cluster.md
157153
- name: Use planned maintenance (preview)
158154
href: planned-maintenance.md
155+
- name: Cloud Controller Manager (preview)
156+
href: out-of-tree.md
159157
- name: Upgrade an AKS cluster
160158
href: upgrade-cluster.md
161159
- name: Use Uptime SLA
@@ -207,80 +205,6 @@
207205
href: kubernetes-portal.md
208206
- name: Use the Kubernetes dashboard
209207
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
284208
- name: Security and authentication
285209
items:
286210
- name: Create service principal
@@ -334,6 +258,79 @@
334258
href: csi-secrets-store-nginx-tls.md
335259
- name: Troubleshooting
336260
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
337334
- name: Monitoring and logging
338335
items:
339336
- name: Monitor AKS
@@ -439,6 +436,8 @@
439436
href: troubleshoot-linux.md
440437
- name: Check for Resource Health events (preview)
441438
href: aks-resource-health.md
439+
- name: Azure Kubernetes Service Diagnostics (preview)
440+
href: concepts-diagnostics.md
442441
- name: Reference
443442
items:
444443
- name: Azure CLI

articles/aks/index.yml

Lines changed: 48 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ landingContent:
4040
url: concepts-storage.md
4141
- text: Scale
4242
url: concepts-scale.md
43+
- linkListType: learn
44+
links:
45+
- text: Introduction to Azure Kubernetes Service
46+
url: /learn/modules/intro-to-azure-kubernetes-service/
47+
- text: Introduction to containers on Azure
48+
url: /learn/modules/intro-to-containers/
49+
- text: Build and store container images with Azure Container Registry
50+
url: /learn/modules/build-and-store-container-images/
4351

4452
# Card (optional)
4553
- title: Deploy an AKS cluster in 5 minutes
@@ -54,34 +62,25 @@ landingContent:
5462
url: kubernetes-walkthrough-rm-template.md
5563

5664
# Card
57-
- title: Develop and debug applications with Bridge to Kubernetes
65+
- title: Develop and debug applications
5866
linkLists:
67+
- linkListType: quickstart
68+
links:
69+
- text: Develop with Helm
70+
url: quickstart-helm.md
71+
- text: Develop with Dapr
72+
url: quickstart-dapr.md
5973
- linkListType: how-to-guide
6074
links:
6175
- text: Use Bridge to Kubernetes with Visual Studio Code
6276
url: https://code.visualstudio.com/docs/containers/bridge-to-kubernetes
6377
- text: Use Bridge to Kubernetes with Visual Studio
6478
url: /visualstudio/containers/bridge-to-kubernetes
6579

66-
# Card
67-
- title: Deploy, manage, and update applications
68-
linkLists:
69-
- linkListType: tutorial
70-
links:
71-
- text: 1. Prepare an application for AKS
72-
url: tutorial-kubernetes-prepare-app.md
73-
- text: 2. Deploy and use Azure Container Registry
74-
url: tutorial-kubernetes-prepare-acr.md
75-
- text: 3. Deploy an AKS cluster
76-
url: tutorial-kubernetes-deploy-cluster.md
77-
- text: 4. Run your application
78-
url: tutorial-kubernetes-deploy-application.md
79-
- text: 5. Scale applications
80-
url: tutorial-kubernetes-scale.md
81-
- text: 6. Update an application
82-
url: tutorial-kubernetes-app-update.md
83-
- text: 7. Upgrade Kubernetes in AKS
84-
url: tutorial-kubernetes-upgrade-cluster.md
80+
81+
82+
83+
8584
# Card
8685
- title: Architecture guidance
8786
linkLists:
@@ -101,14 +100,34 @@ landingContent:
101100
url: best-practices.md
102101
- text: Other AKS solutions
103102
url: /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE
104-
# Card
105-
- title: Build your skills with Microsoft Learn
103+
104+
# Card
105+
- title: Deploy, manage, and update applications
106106
linkLists:
107-
- linkListType: learn
107+
- linkListType: tutorial
108108
links:
109-
- text: Introduction to Azure Kubernetes Service
110-
url: /learn/modules/intro-to-azure-kubernetes-service/
111-
- text: Introduction to containers on Azure
112-
url: /learn/modules/intro-to-containers/
113-
- text: Build and store container images with Azure Container Registry
114-
url: /learn/modules/build-and-store-container-images/
109+
- text: 1. Prepare an application for AKS
110+
url: tutorial-kubernetes-prepare-app.md
111+
- text: 2. Deploy and use Azure Container Registry
112+
url: tutorial-kubernetes-prepare-acr.md
113+
- text: 3. Deploy an AKS cluster
114+
url: tutorial-kubernetes-deploy-cluster.md
115+
- text: 4. Run your application
116+
url: tutorial-kubernetes-deploy-application.md
117+
- text: 5. Scale applications
118+
url: tutorial-kubernetes-scale.md
119+
- text: 6. Update an application
120+
url: tutorial-kubernetes-app-update.md
121+
- text: 7. Upgrade Kubernetes in AKS
122+
url: tutorial-kubernetes-upgrade-cluster.md
123+
124+
- title: Extend the capabilities of your cluster
125+
linkLists:
126+
- linkListType: concept
127+
links:
128+
- text: Open Service Mesh add-on
129+
url: open-service-mesh-about.md
130+
- text: Dapr cluster extension
131+
url: dapr.md
132+
- text: Cluster extensions
133+
url: cluster-extensions.md

0 commit comments

Comments
 (0)