1
- # ## YamlMime:YamlDocument
2
- documentType : LandingData
1
+ # ## YamlMime:Landing
2
+
3
3
title : Azure Kubernetes Service (AKS)
4
+ summary : AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples. # < 160 chars
5
+
4
6
metadata :
5
- title : Azure Kubernetes Service (AKS) Documentation - Tutorials, API Reference | Microsoft Docs
6
- meta.description : AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples.
7
- services : container-service
8
- author : georgewallace
9
- manager : gwallace
7
+ title : Azure Kubernetes Service (AKS)
8
+ description : AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure. Learn how to use AKS with these quickstarts, tutorials, and samples.
9
+ ms.service : container-service
10
10
ms.topic : landing-page
11
- ms.date : 07-21-2017
12
- ms.author : gwallace
13
- abstract :
14
- description : ' Azure Kubernetes Service (AKS) manages your hosted Kubernetes environment, making it quick and easy to deploy and manage containerized applications without container orchestration expertise. It also eliminates the burden of ongoing operations and maintenance by provisioning, upgrading, and scaling resources on demand, without taking your applications offline.'
15
- sections :
16
- - title : 5-Minute Quickstarts
17
- items :
18
- - type : paragraph
19
- text : ' Learn how to deploy an AKS cluster:'
20
- - type : list
21
- style : icon48
22
- items :
23
- - image :
24
- src : https://docs.microsoft.com/media/common/i_cligeneric.svg
25
- text : Azure CLI
26
- href : /azure/aks/kubernetes-walkthrough
27
- - image :
28
- src : https://docs.microsoft.com/media/common/i_portal.svg
29
- text : Azure Portal
30
- href : /azure/aks/kubernetes-walkthrough-portal
31
- - type : paragraph
32
- text : ' Learn how to develop and debug applications with AKS:'
33
- - type : list
34
- style : icon48
35
- items :
36
- - image :
37
- src : https://docs.microsoft.com/media/logos/logo_java.svg
38
- text : Java
39
- href : ../dev-spaces/quickstart-java.md
40
- - image :
41
- src : https://docs.microsoft.com/media/logos/logo_NETcore.svg
42
- text : .NET and VS Code
43
- href : ../dev-spaces/quickstart-netcore.md
44
- - image :
45
- src : https://docs.microsoft.com/media/logos/logo_visual-studio.svg
46
- text : .NET and Visual Studio
47
- href : ../dev-spaces/quickstart-netcore-visualstudio.md
48
- - image :
49
- src : https://docs.microsoft.com/media/logos/logo_nodejs.svg
50
- text : Node.js
51
- href : ../dev-spaces/quickstart-nodejs.md
52
- - title : Step-by-Step Tutorials
53
- items :
54
- - type : paragraph
55
- text : ' Learn how to deploy, manage, and update applications on an AKS cluster.'
56
- - type : list
57
- style : ordered
58
- items :
59
- - html : <a href="/azure/aks/tutorial-kubernetes-prepare-app">Create container images from an application</a>
60
- - html : <a href="/azure/aks/tutorial-kubernetes-prepare-acr">Upload container images to the Azure Container Registry</a>
61
- - html : <a href="/azure/aks/tutorial-kubernetes-deploy-cluster">Deploy an AKS cluster</a>
62
- - html : <a href="/azure/aks/tutorial-kubernetes-deploy-application">Run your container images in Kubernetes</a>
63
- - html : <a href="/azure/aks/tutorial-kubernetes-scale">Scale an application and Kubernetes infrastructure</a>
64
- - html : <a href="/azure/aks/tutorial-kubernetes-app-update">Update an application running in Kubernetes</a>
65
- - html : <a href="/azure/aks/tutorial-kubernetes-upgrade-cluster">Upgrade AKS cluster</a>
66
- - html : <a href="/azure/architecture/reference-architectures/microservices/aks">Learn and implement the microservices reference architecture</a>
67
- - title : Build your skills with Microsoft Learn
68
- items :
69
- - type : list
70
- style : cards
71
- className : cardsFTitle
72
- items :
73
- - title : Introduction to containers on Azure
74
- href : /learn/modules/intro-to-containers/
75
- image :
76
- src : /learn/achievements/intro-to-containers.svg
77
- href : /learn/modules/intro-to-containers/
78
- - title : Run Docker containers with Azure Container Instances
79
- href : /learn/modules/run-docker-with-azure-container-instances/
80
- image :
81
- src : /learn/achievements/run-docker-with-azure-container-instances.svg
82
- href : /learn/modules/run-docker-with-azure-container-instances/
83
- - title : Build and store container images with Azure Container Registry
84
- href : /learn/modules/build-and-store-container-images/
85
- image :
86
- src : /learn/achievements/build-and-store-container-images.svg
87
- href : /learn/modules/build-and-store-container-images/
88
- - type : paragraph
89
- text : <a href="/learn/browse/?products=azure-container-registry%2Cazure-container-instances">More interactive learning...</a>
90
- - title : Reference
91
- items :
92
- - type : list
93
- style : cards
94
- className : cardsD
95
- items :
96
- - title : Command line
97
- html : <p><a href="/cli/azure/aks">Azure CLI</a></p>
98
- - title : Languages
99
- html : <p><a href="/dotnet/api/overview/azure/containerservice">.NET</a></p><p><a href="/python/api/overview/azure/containerservice">Python</a></p><p><a href="/java/api/overview/azure/containerservice">Java</a></p><p><a href="/javascript/api/overview/azure/container-service">Node.js</a></p>
100
- - title : REST
101
- html : <p><a href="/rest/api/aks">REST API</a></p>
11
+ author : laurenhughes
12
+ ms.author : lahugh
13
+ ms.date : 02/25/2020
14
+
15
+ # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
16
+
17
+ landingContent :
18
+ # Cards and links should be based on top customer tasks or top subjects
19
+ # Start card title with a verb
20
+ # Card (optional)
21
+ - title : About Azure Kubernetes Service (AKS)
22
+ linkLists :
23
+ - linkListType : overview
24
+ links :
25
+ - text : What is AKS?
26
+ url : intro-kubernetes.md
27
+ - text : linktext2
28
+ url : file2.md
29
+ - linkListType : concept
30
+ links :
31
+ - text : Kubernetes core concepts for AKS
32
+ url : concepts-clusters-workloads.md
33
+ - text : Best practices on AKS
34
+ url : best-practices.md
35
+
36
+ # Card (optional)
37
+ - title : Deploy an AKS cluster in 5 minutes
38
+ linkLists :
39
+ - linkListType : quickstart
40
+ links :
41
+ - text : Azure CLI
42
+ url : kubernetes-walkthrough.md
43
+ - text : Azure Portal
44
+ url : kubernetes-walkthrough-portal.md
45
+ - text : Resource Manager template
46
+ url : kubernetes-walkthrough-rm-template.md
47
+
48
+ # Card
49
+ - title : Develop and debug applications with AKS and Dev Spaces
50
+ linkLists :
51
+ - linkListType : quickstart
52
+ links :
53
+ - text : Java
54
+ url : quickstart-java.md
55
+ - text : .NET and VS Code
56
+ url : quickstart-netcore.md
57
+ - text : .NET and Visual Studio
58
+ url : quickstart-netcore-visualstudio.md
59
+ - text : Node.js
60
+ url : quickstart-nodejs.md
61
+
62
+ # Card
63
+ - title : Deploy, manage, and update applications
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
81
+
82
+ # Card
83
+ - title : Build your skills with Microsoft Learn
84
+ linkLists :
85
+ - linkListType : learn
86
+ links :
87
+ - text : Introduction to Azure Kubernetes Service
88
+ url : https://docs.microsoft.com/learn/modules/intro-to-azure-kubernetes-service/
89
+ - text : Introduction to containers on Azure
90
+ url : https://docs.microsoft.com/learn/modules/intro-to-containers/
91
+ - text : Build and store container images with Azure Container Registry
92
+ url : https://docs.microsoft.com/learn/modules/build-and-store-container-images/
0 commit comments