@@ -24,6 +24,21 @@ landingContent:
24
24
links :
25
25
- text : What is AKS?
26
26
url : intro-kubernetes.md
27
+ - linkListType : whats-new
28
+ links :
29
+ - text : Automatically upgrade an AKS cluster
30
+ url : auto-upgrade-cluster.md
31
+ - text : Start/stop node pools
32
+ url : start-stop-nodepools.md
33
+ - text : Default OS disk sizing
34
+ url : cluster-configuration.md#default-os-disk-sizing
35
+ - text : Bring your own CNI plugin (GA)
36
+ url : use-byo-cni.md
37
+ - text : Calico for Windows Server containers (GA)
38
+ url : use-network-policies.md#create-an-aks-cluster-for-calico-network-policies
39
+ - text : API Server VNet integration (preview)
40
+ url : api-server-vnet-integration.md
41
+
27
42
- linkListType : concept
28
43
links :
29
44
- text : Kubernetes core concepts for AKS
@@ -99,26 +114,6 @@ landingContent:
99
114
- text : Other AKS solutions
100
115
url : /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE
101
116
102
- # Card
103
- - title : Deploy, manage, and update applications
104
- linkLists :
105
- - linkListType : tutorial
106
- links :
107
- - text : 1. Prepare an application for AKS
108
- url : tutorial-kubernetes-prepare-app.md
109
- - text : 2. Deploy and use Azure Container Registry
110
- url : tutorial-kubernetes-prepare-acr.md
111
- - text : 3. Deploy an AKS cluster
112
- url : tutorial-kubernetes-deploy-cluster.md
113
- - text : 4. Run your application
114
- url : tutorial-kubernetes-deploy-application.md
115
- - text : 5. Scale applications
116
- url : tutorial-kubernetes-scale.md
117
- - text : 6. Update an application
118
- url : tutorial-kubernetes-app-update.md
119
- - text : 7. Upgrade Kubernetes in AKS
120
- url : tutorial-kubernetes-upgrade-cluster.md
121
-
122
117
- title : Configure your cluster for Windows containers
123
118
linkLists :
124
119
- linkListType : quickstart
@@ -156,6 +151,26 @@ landingContent:
156
151
- text : Windows Server containers FAQ
157
152
url : windows-faq.md
158
153
154
+ # Card
155
+ - title : Deploy, manage, and update applications
156
+ linkLists :
157
+ - linkListType : tutorial
158
+ links :
159
+ - text : 1. Prepare an application for AKS
160
+ url : tutorial-kubernetes-prepare-app.md
161
+ - text : 2. Deploy and use Azure Container Registry
162
+ url : tutorial-kubernetes-prepare-acr.md
163
+ - text : 3. Deploy an AKS cluster
164
+ url : tutorial-kubernetes-deploy-cluster.md
165
+ - text : 4. Run your application
166
+ url : tutorial-kubernetes-deploy-application.md
167
+ - text : 5. Scale applications
168
+ url : tutorial-kubernetes-scale.md
169
+ - text : 6. Update an application
170
+ url : tutorial-kubernetes-app-update.md
171
+ - text : 7. Upgrade Kubernetes in AKS
172
+ url : tutorial-kubernetes-upgrade-cluster.md
173
+
159
174
- title : Extend the capabilities of your cluster
160
175
linkLists :
161
176
- linkListType : concept
0 commit comments