@@ -11,7 +11,7 @@ metadata:
11
11
ms.topic : landing-page
12
12
author : mgoedtel
13
13
ms.author : magoedte
14
- ms.date : 09/26/2023
14
+ ms.date : 01/12/2024
15
15
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
16
16
17
17
landingContent :
@@ -24,6 +24,8 @@ landingContent:
24
24
links :
25
25
- text : What is AKS?
26
26
url : intro-kubernetes.md
27
+ - text : Get started with AKS
28
+ url : /azure/architecture/reference-architectures/containers/aks-start-here
27
29
- linkListType : whats-new
28
30
links :
29
31
- text : Reduce image pull time with Artifact Streaming on AKS (Preview)
@@ -42,33 +44,9 @@ landingContent:
42
44
url : kubernetes-action.md
43
45
- text : Enable Azure resources to access AKS clusters using Trusted Access (Preview)
44
46
url : trusted-access-feature.md
45
- - linkListType : concept
46
- links :
47
- - text : Kubernetes core concepts for AKS
48
- url : concepts-clusters-workloads.md
49
- - text : Clusters and workloads
50
- url : concepts-clusters-workloads.md
51
- - text : Access and identity
52
- url : concepts-identity.md
53
- - text : Security
54
- url : concepts-security.md
55
- - text : Networking
56
- url : concepts-network.md
57
- - text : Storage
58
- url : concepts-storage.md
59
- - text : Scale
60
- url : concepts-scale.md
61
- - linkListType : learn
62
- links :
63
- - text : Introduction to Azure Kubernetes Service
64
- url : /training/modules/intro-to-azure-kubernetes-service/
65
- - text : Introduction to containers on Azure
66
- url : /training/modules/intro-to-containers/
67
- - text : Build and store container images with Azure Container Registry
68
- url : /training/modules/build-and-store-container-images/
69
47
70
48
# Card (optional)
71
- - title : Deploy an AKS cluster in 5 minutes
49
+ - title : Evaluate Linux-based AKS cluster
72
50
linkLists :
73
51
- linkListType : quickstart
74
52
links :
@@ -82,11 +60,44 @@ landingContent:
82
60
url : ./learn/quick-kubernetes-deploy-rm-template.md
83
61
- text : Terraform
84
62
url : ./learn/quick-kubernetes-deploy-terraform.md
63
+
64
+ # Card (optional)
65
+ - title : Evaluate application deployment on AKS
66
+ linkLists :
67
+ - linkListType : tutorial
68
+ links :
69
+ - text : 1. Prepare an application for AKS
70
+ url : tutorial-kubernetes-prepare-app.md
71
+ - text : 2. Deploy and use Azure Container Registry
72
+ url : tutorial-kubernetes-prepare-acr.md
73
+ - text : 3. Deploy an AKS cluster
74
+ url : tutorial-kubernetes-deploy-cluster.md
75
+ - text : 4. Run your application
76
+ url : tutorial-kubernetes-deploy-application.md
77
+ - text : 5. Scale applications
78
+ url : tutorial-kubernetes-scale.md
79
+ - text : 6. Update an application
80
+ url : tutorial-kubernetes-app-update.md
81
+ - text : 7. Upgrade Kubernetes in AKS
82
+ url : tutorial-kubernetes-upgrade-cluster.md
85
83
86
- # Card
87
- - title : Deploy an application in 5 minutes
84
+ # Card
85
+ - title : Evaluate Windows-based AKS cluster
88
86
linkLists :
89
- - linkListType : quickstart
87
+ - linkListType : concept
88
+ links :
89
+ - text : Windows Server containers FAQ
90
+ url : windows-faq.md
91
+ - linkListType : quickstart
92
+ links :
93
+ - text : Create a Windows Server container using the Azure CLI
94
+ url : learn/quick-windows-container-deploy-cli.md
95
+ - text : Create a Windows Server container using the Azure PowerShell
96
+ url : learn/quick-windows-container-deploy-powershell.md
97
+ # Card
98
+ - title : Evaluate application deployment methods
99
+ linkLists :
100
+ - linkListType : tutorial
90
101
links :
91
102
- text : Develop with Helm
92
103
url : quickstart-helm.md
@@ -96,96 +107,32 @@ landingContent:
96
107
url : draft-devx-extension-aks.md
97
108
- text : Use Automated Deployments
98
109
url : automated-deployments.md
99
- - linkListType : how-to-guide
100
- links :
101
- - text : Use Bridge to Kubernetes with Visual Studio Code
102
- url : https://code.visualstudio.com/docs/containers/bridge-to-kubernetes
103
- - text : Use Bridge to Kubernetes with Visual Studio
104
- url : /visualstudio/containers/bridge-to-kubernetes
105
- - text : Run Java Open Liberty
106
- url : howto-deploy-java-liberty-app.md
107
- - text : Run Java WebLogic Server
108
- url : howto-deploy-java-wls-app.md
109
-
110
+
110
111
# Card
111
112
- title : Architecture guidance
112
113
linkLists :
113
114
- linkListType : architecture
114
115
links :
115
- - text : Baseline architecture
116
- url : /azure/architecture/reference-architectures/containers/aks/secure-baseline-aks?WT.mc_id=AKSDOCSPAGE
117
- - text : Baseline for microservices
118
- url : /azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced?WT.mc_id=AKSDOCSPAGE
119
- - text : Baseline for PCI-DSS 3.2.1
120
- url : /azure/architecture/reference-architectures/containers/aks-pci/aks-pci-intro?WT.mc_id=AKSDOCSPAGE
121
- - text : Baseline for multiregion
122
- url : /azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster?WT.mc_id=AKSDOCSPAGE
123
- - text : Day-2 operations guide
124
- url : /azure/architecture/operator-guides/aks/day-2-operations-guide?WT.mc_id=AKSDOCSPAGE
125
- - text : Best practices for cluster operators and developers
126
- url : best-practices.md
127
- - text : Other AKS solutions
128
- url : /azure/architecture/reference-architectures/containers/aks-start-here?WT.mc_id=AKSDOCSPAGE
129
-
130
- - title : Configure your cluster for Windows containers
131
- linkLists :
132
- - linkListType : quickstart
133
- links :
134
- - text : Create a Windows Server container using the Azure CLI
135
- url : learn/quick-windows-container-deploy-cli.md
136
- - text : Create a Windows Server container using the Azure PowerShell
137
- url : learn/quick-windows-container-deploy-powershell.md
138
- - linkListType : concept
139
- links :
140
- - text : Windows Server node security
141
- url : concepts-security.md#node-security
142
- - text : Security baseline
143
- url : /security/benchmark/azure/baselines/aks-security-baseline?context=%2Fazure%2Faks%2Fcontext%2Faks-context
144
- - text : Windows AKS customer stories
145
- url : windows-aks-customer-stories.md
146
- - linkListType : how-to-guide
147
- links :
148
- - text : Upgrade from Windows Server 2019 to 2022
149
- url : ./upgrade-windows-2019-2022.md
150
- - text : Create Dockerfiles for Windows Server containers
151
- url : /virtualization/windowscontainers/manage-docker/manage-windows-dockerfile?context=%2Fazure%2Faks%2Fcontext%2Faks-context
152
- - text : Optimize Dockerfiles for Windows Server containers
153
- url : /virtualization/windowscontainers/manage-docker/optimize-windows-dockerfile?context=%2Fazure%2Faks%2Fcontext%2Faks-context
154
- - text : Use HostProcess containers
155
- url : use-windows-hpc.md
156
- - text : Enable network policies
157
- url : ./use-network-policies.md
158
- - text : Use Azure disks CSI drivers
159
- url : azure-disk-csi.md#windows-containers
160
- - text : Use Azure files CSI drivers
161
- url : azure-files-csi.md#windows-containers
162
- - text : Connect to Windows Server nodes over RDP
163
- url : rdp.md
164
- - text : Connect to Windows Server nodes over SSH
165
- url : node-access.md#windows-server-proxy-connection
166
- - text : Windows Server containers FAQ
167
- url : windows-faq.md
116
+ - text : Baseline architecture
117
+ url : /azure/architecture/reference-architectures/containers/aks/secure-baseline-aks?WT.mc_id=AKSDOCSPAGE
118
+ - text : Baseline for microservices
119
+ url : /azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced?WT.mc_id=AKSDOCSPAGE
120
+ - text : Baseline for PCI-DSS 3.2.1
121
+ url : /azure/architecture/reference-architectures/containers/aks-pci/aks-pci-intro?WT.mc_id=AKSDOCSPAGE
122
+ - text : Baseline for multiregion
123
+ url : /azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster?WT.mc_id=AKSDOCSPAGE
168
124
169
125
# Card
170
- - title : Deploy, manage, and update applications
126
+ - title : Production deployment guidance
171
127
linkLists :
172
- - linkListType : tutorial
128
+ - linkListType : deploy
173
129
links :
174
- - text : 1. Prepare an application for AKS
175
- url : tutorial-kubernetes-prepare-app.md
176
- - text : 2. Deploy and use Azure Container Registry
177
- url : tutorial-kubernetes-prepare-acr.md
178
- - text : 3. Deploy an AKS cluster
179
- url : tutorial-kubernetes-deploy-cluster.md
180
- - text : 4. Run your application
181
- url : tutorial-kubernetes-deploy-application.md
182
- - text : 5. Scale applications
183
- url : tutorial-kubernetes-scale.md
184
- - text : 6. Update an application
185
- url : tutorial-kubernetes-app-update.md
186
- - text : 7. Upgrade Kubernetes in AKS
187
- url : tutorial-kubernetes-upgrade-cluster.md
188
-
130
+ - text : AKS Landing Zone accelerator
131
+ url : /azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator
132
+ - text : AKS baseline cluster reference implementation (GitHub)
133
+ url : https://github.com/mspnp/aks-baseline
134
+
135
+ # Card
189
136
- title : Extend the capabilities of your cluster
190
137
linkLists :
191
138
- linkListType : concept
@@ -198,6 +145,20 @@ landingContent:
198
145
url : cluster-extensions.md
199
146
- text : GitHub Actions for AKS
200
147
url : integrations.md#github-actions
148
+
149
+ # Card
150
+ - title : Operations guidance
151
+ linkLists :
152
+ - linkListType : how-to-guide
153
+ links :
154
+ - text : Day-2 operations guide
155
+ url : /azure/architecture/operator-guides/aks/day-2-operations-guide?WT.mc_id=AKSDOCSPAGE
156
+ - text : Best practices for cluster operators and developers
157
+ url : best-practices.md
158
+ - text : Plan how to monitor AKS
159
+ url : monitor-aks.md
160
+ - text : Plan how to monitor AKS cluster networks
161
+ url : network-observability-overview.md
201
162
# Card
202
163
- title : Troubleshooting
203
164
linkLists :
@@ -209,4 +170,3 @@ landingContent:
209
170
url : /troubleshoot/azure/azure-kubernetes//troubleshoot-aks-cluster-creation-issues
210
171
- text : Troubleshoot common issues
211
172
url : /troubleshoot/azure/azure-kubernetes/aks-common-issues-faq
212
-
0 commit comments