Skip to content

Commit 9e81cb9

Browse files
committed
redesigned AKS Landing Page
1 parent 811a5f1 commit 9e81cb9

1 file changed

Lines changed: 60 additions & 105 deletions

File tree

articles/aks/index.yml

Lines changed: 60 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,9 @@ landingContent:
4242
url: kubernetes-action.md
4343
- text: Enable Azure resources to access AKS clusters using Trusted Access (Preview)
4444
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/
6945

7046
# Card (optional)
71-
- title: Deploy an AKS cluster in 5 minutes
47+
- title: Test and evaluate AKS
7248
linkLists:
7349
- linkListType: quickstart
7450
links:
@@ -82,11 +58,31 @@ landingContent:
8258
url: ./learn/quick-kubernetes-deploy-rm-template.md
8359
- text: Terraform
8460
url: ./learn/quick-kubernetes-deploy-terraform.md
61+
62+
# Card (optional)
63+
- title: Test and evaluate applications on AKS
64+
linkLists:
65+
- linkListType: tutorial
66+
links:
67+
- text: 1. Prepare an application for AKS
68+
url: tutorial-kubernetes-prepare-app.md
69+
- text: 2. Deploy and use Azure Container Registry
70+
url: tutorial-kubernetes-prepare-acr.md
71+
- text: 3. Deploy an AKS cluster
72+
url: tutorial-kubernetes-deploy-cluster.md
73+
- text: 4. Run your application
74+
url: tutorial-kubernetes-deploy-application.md
75+
- text: 5. Scale applications
76+
url: tutorial-kubernetes-scale.md
77+
- text: 6. Update an application
78+
url: tutorial-kubernetes-app-update.md
79+
- text: 7. Upgrade Kubernetes in AKS
80+
url: tutorial-kubernetes-upgrade-cluster.md
8581

8682
# Card
87-
- title: Deploy an application in 5 minutes
83+
- title: Test and evaluate application deployment
8884
linkLists:
89-
- linkListType: quickstart
85+
- linkListType: tutorial
9086
links:
9187
- text: Develop with Helm
9288
url: quickstart-helm.md
@@ -96,94 +92,52 @@ landingContent:
9692
url: draft-devx-extension-aks.md
9793
- text: Use Automated Deployments
9894
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
10995

11096
# Card
111-
- title: Architecture guidance
97+
- title: Get started with Windows containers
11298
linkLists:
113-
- linkListType: architecture
114-
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
99+
- linkListType: concept
100+
links:
101+
- text: Windows Server containers FAQ
102+
url: windows-faq.md
103+
- linkListType: quickstart
104+
links:
105+
- text: Create a Windows Server container using the Azure CLI
106+
url: learn/quick-windows-container-deploy-cli.md
107+
- text: Create a Windows Server container using the Azure PowerShell
108+
url: learn/quick-windows-container-deploy-powershell.md
129109

130-
- title: Configure your cluster for Windows containers
110+
# Card
111+
- title: Architecture guidance
131112
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-
- linkListType: how-to-guide
113+
- linkListType: architecture
145114
links:
146-
- text: Upgrade from Windows Server 2019 to 2022
147-
url: ./upgrade-windows-2019-2022.md
148-
- text: Create Dockerfiles for Windows Server containers
149-
url: /virtualization/windowscontainers/manage-docker/manage-windows-dockerfile?context=%2Fazure%2Faks%2Fcontext%2Faks-context
150-
- text: Optimize Dockerfiles for Windows Server containers
151-
url: /virtualization/windowscontainers/manage-docker/optimize-windows-dockerfile?context=%2Fazure%2Faks%2Fcontext%2Faks-context
152-
- text: Use HostProcess containers
153-
url: use-windows-hpc.md
154-
- text: Enable network policies
155-
url: ./use-network-policies.md
156-
- text: Use Azure disks CSI drivers
157-
url: azure-disk-csi.md#windows-containers
158-
- text: Use Azure files CSI drivers
159-
url: azure-files-csi.md#windows-containers
160-
- text: Connect to Windows Server nodes over RDP
161-
url: rdp.md
162-
- text: Connect to Windows Server nodes over SSH
163-
url: node-access.md#create-the-ssh-connection-to-a-windows-node
164-
- text: Windows Server containers FAQ
165-
url: windows-faq.md
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
166129

167130
# Card
168-
- title: Deploy, manage, and update applications
131+
- title: Deployment guidance
169132
linkLists:
170-
- linkListType: tutorial
133+
- linkListType: deploy
171134
links:
172-
- text: 1. Prepare an application for AKS
173-
url: tutorial-kubernetes-prepare-app.md
174-
- text: 2. Deploy and use Azure Container Registry
175-
url: tutorial-kubernetes-prepare-acr.md
176-
- text: 3. Deploy an AKS cluster
177-
url: tutorial-kubernetes-deploy-cluster.md
178-
- text: 4. Run your application
179-
url: tutorial-kubernetes-deploy-application.md
180-
- text: 5. Scale applications
181-
url: tutorial-kubernetes-scale.md
182-
- text: 6. Update an application
183-
url: tutorial-kubernetes-app-update.md
184-
- text: 7. Upgrade Kubernetes in AKS
185-
url: tutorial-kubernetes-upgrade-cluster.md
186-
135+
- text: AKS Landing Zone accelerator
136+
url: /azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator
137+
- text: AKS baseline cluster reference implementation (GitHub)
138+
url: https://github.com/mspnp/aks-baseline
139+
140+
# Card
187141
- title: Extend the capabilities of your cluster
188142
linkLists:
189143
- linkListType: concept
@@ -196,6 +150,7 @@ landingContent:
196150
url: cluster-extensions.md
197151
- text: GitHub Actions for AKS
198152
url: integrations.md#github-actions
153+
199154
# Card
200155
- title: Troubleshooting
201156
linkLists:

0 commit comments

Comments
 (0)