Skip to content

Commit 05fac04

Browse files
Merge pull request #280973 from schaffererin/landing-page-refactor
AKS landing page refactoring
2 parents 89ee70b + 40a9ba9 commit 05fac04

File tree

1 file changed

+33
-137
lines changed

1 file changed

+33
-137
lines changed

articles/aks/index.yml

Lines changed: 33 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -19,163 +19,59 @@ landingContent:
1919
# Cards and links should be based on top customer tasks or top subjects
2020
# Start card title with a verb
2121
# Card (optional)
22-
- title: About Azure Kubernetes Service (AKS)
22+
- title: About AKS
2323
linkLists:
2424
- linkListType: overview
2525
links:
2626
- text: What is AKS?
2727
url: what-is-aks.md
2828
- text: What is AKS Automatic?
2929
url: intro-aks-automatic.md
30-
- text: Get started with AKS
31-
url: /azure/architecture/reference-architectures/containers/aks-start-here
32-
- linkListType: whats-new
30+
- text: Supported Kubernetes versions
31+
url: supported-kubernetes-versions.md
32+
- linkListType: concept
33+
links:
34+
- text: Core concepts
35+
url: core-aks-concepts.md
36+
- linkListType: reference
3337
links:
34-
- text: Trusted Launch (preview)
35-
url: use-trusted-launch.md
36-
- text: Azure Container Storage (preview)
37-
url: /azure/storage/container-storage/container-storage-introduction
38-
- text: Deploy an AI model on AKS with the AI toolchain operator (Preview)
39-
url: ai-toolchain-operator.md
40-
- text: Upgrade multiple AKS clusters using Azure Kubernetes Fleet Manager
41-
url: /azure/kubernetes-fleet/update-orchestration
42-
- text: Reduce image pull time with Artifact Streaming on AKS (Preview)
43-
url: artifact-streaming.md
44-
- text: Secure your cluster using pod security policies (Deprecated)
45-
url: use-pod-security-policies.md
46-
- text: Automatically upgrade node images
47-
url: auto-upgrade-node-image.md
48-
- text: Azure Linux Container Host for AKS
49-
url: use-azure-linux.md
50-
- text: Vertical Pod Autoscaler
51-
url: vertical-pod-autoscaler.md
52-
- text: Use Confidential Virtual Machines
53-
url: use-cvm.md
38+
- text: Azure CLI
39+
url: /cli/azure/aks
40+
- text: Azure PowerShell
41+
url: /powershell/module/az.aks
42+
- text: REST
43+
url: /rest/api/aks/
5444

5545
# Card (optional)
56-
- title: Evaluate Linux-based AKS cluster
46+
- title: Get started
5747
linkLists:
5848
- linkListType: quickstart
5949
links:
60-
- text: AKS Automatic
61-
url: ./learn/quick-kubernetes-automatic-deploy.md
62-
- text: Azure CLI
50+
- text: Create a Linux cluster
6351
url: ./learn/quick-kubernetes-deploy-cli.md
64-
- text: Azure PowerShell
65-
url: ./learn/quick-kubernetes-deploy-powershell.md
66-
- text: Azure portal
67-
url: ./learn/quick-kubernetes-deploy-portal.md
68-
- text: Resource Manager template
69-
url: ./learn/quick-kubernetes-deploy-rm-template.md
70-
- text: Terraform
71-
url: ./learn/quick-kubernetes-deploy-terraform.md
72-
73-
# Card (optional)
74-
- title: Evaluate application deployment on AKS
75-
linkLists:
52+
- text: Create a Windows cluster
53+
url: ./learn/quick-windows-container-deploy-cli.md
7654
- linkListType: tutorial
7755
links:
78-
- text: 1. Prepare an application for AKS
56+
- text: Prepare an application for AKS
7957
url: tutorial-kubernetes-prepare-app.md
80-
- text: 2. Deploy and use Azure Container Registry
81-
url: tutorial-kubernetes-prepare-acr.md
82-
- text: 3. Deploy an AKS cluster
83-
url: tutorial-kubernetes-deploy-cluster.md
84-
- text: 4. Run your application
85-
url: tutorial-kubernetes-deploy-application.md
86-
- text: 5. Scale applications
87-
url: tutorial-kubernetes-scale.md
88-
- text: 6. Update an application
89-
url: tutorial-kubernetes-app-update.md
90-
- text: 7. Upgrade Kubernetes in AKS
91-
url: tutorial-kubernetes-upgrade-cluster.md
92-
93-
# Card
94-
- title: Evaluate Windows-based AKS cluster
95-
linkLists:
96-
- linkListType: concept
97-
links:
98-
- text: Windows Server containers FAQ
99-
url: windows-faq.md
100-
- linkListType: quickstart
101-
links:
102-
- text: Create a Windows Server container using the Azure CLI
103-
url: learn/quick-windows-container-deploy-cli.md
104-
- text: Create a Windows Server container using the Azure PowerShell
105-
url: learn/quick-windows-container-deploy-powershell.md
106-
# Card
107-
- title: Evaluate application deployment methods
108-
linkLists:
109-
- linkListType: tutorial
58+
- linkListType: training
11059
links:
111-
- text: Develop with Helm
112-
url: quickstart-helm.md
113-
- text: Develop with Dapr
114-
url: quickstart-dapr.md
115-
- text: Use Draft and the DevX extension for Visual Studio Code
116-
url: draft-devx-extension-aks.md
117-
- text: Use Automated Deployments
118-
url: automated-deployments.md
119-
120-
# Card
121-
- title: Architecture guidance
60+
- text: AKS training modules
61+
url: /training/browse/?products=azure-kubernetes-service
62+
63+
# Card (optional)
64+
- title: Plan and design
12265
linkLists:
12366
- linkListType: architecture
12467
links:
125-
- text: Baseline architecture
126-
url: /azure/architecture/reference-architectures/containers/aks/secure-baseline-aks?WT.mc_id=AKSDOCSPAGE
127-
- text: Baseline for microservices
128-
url: /azure/architecture/reference-architectures/containers/aks-microservices/aks-microservices-advanced?WT.mc_id=AKSDOCSPAGE
129-
- text: Baseline for PCI-DSS 3.2.1
130-
url: /azure/architecture/reference-architectures/containers/aks-pci/aks-pci-intro?WT.mc_id=AKSDOCSPAGE
131-
- text: Baseline for multiregion
132-
url: /azure/architecture/reference-architectures/containers/aks-multi-region/aks-multi-cluster?WT.mc_id=AKSDOCSPAGE
133-
134-
# Card
135-
- title: Production deployment guidance
136-
linkLists:
137-
- linkListType: deploy
138-
links:
139-
- text: AKS Landing Zone accelerator
140-
url: /azure/cloud-adoption-framework/scenarios/app-platform/aks/landing-zone-accelerator
141-
- text: AKS baseline cluster reference implementation (GitHub)
142-
url: https://github.com/mspnp/aks-baseline
143-
144-
# Card
145-
- title: Extend the capabilities of your cluster
146-
linkLists:
68+
- text: Architectural best practices
69+
url: /azure/well-architected/service-guides/azure-kubernetes-service
70+
- text: Baseline infrastructure architecture
71+
url: /azure/architecture/reference-architectures/containers/aks/baseline-aks
14772
- linkListType: concept
14873
links:
149-
- text: Istio add-on
150-
url: istio-about.md
151-
- text: Dapr cluster extension
152-
url: dapr.md
153-
- text: Cluster extensions
154-
url: cluster-extensions.md
155-
- text: GitHub Actions for AKS
156-
url: integrations.md#github-actions
157-
158-
# Card
159-
- title: Operations guidance
160-
linkLists:
161-
- linkListType: how-to-guide
162-
links:
163-
- text: Day-2 operations guide
164-
url: /azure/architecture/operator-guides/aks/day-2-operations-guide?WT.mc_id=AKSDOCSPAGE
165-
- text: Best practices for cluster operators and developers
166-
url: best-practices.md
167-
- text: Plan how to monitor AKS
168-
url: monitor-aks.md
169-
- text: Plan how to monitor AKS cluster networks
170-
url: network-observability-overview.md
171-
# Card
172-
- title: Troubleshooting
173-
linkLists:
174-
- linkListType: how-to-guide
175-
links:
176-
- text: Troubleshooting Guides
177-
url: /troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes
178-
- text: Troubleshoot create operations
179-
url: /troubleshoot/azure/azure-kubernetes//troubleshoot-aks-cluster-creation-issues
180-
- text: Troubleshoot common issues
181-
url: /troubleshoot/azure/azure-kubernetes/aks-common-issues-faq
74+
- text: Optimize costs
75+
url: best-practices-cost.md
76+
- text: Windows container considerations
77+
url: windows-vs-linux-containers.md

0 commit comments

Comments
 (0)