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
+ title : Azure Kubernetes Service (AKS)
7
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.
8
- services : container-service
9
- author : georgewallace
10
- manager : gwallace
9
+ ms.service : container-service
11
10
ms.topic : landing-page
12
- ms.date : 07-21-2017
13
- ms.author : gwallace
14
- abstract :
15
- 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.'
16
- sections :
17
- - title : 5-Minute Quickstarts
18
- items :
19
- - type : paragraph
20
- text : ' Learn how to deploy an AKS cluster:'
21
- - type : list
22
- style : icon48
23
- items :
24
- - image :
25
- src : https://docs.microsoft.com/media/common/i_cligeneric.svg
26
- text : Azure CLI
27
- href : /azure/aks/kubernetes-walkthrough
28
- - image :
29
- src : https://docs.microsoft.com/media/common/i_portal.svg
30
- text : Azure Portal
31
- href : /azure/aks/kubernetes-walkthrough-portal
32
- - type : paragraph
33
- text : ' Learn how to develop and debug applications with AKS:'
34
- - type : list
35
- style : icon48
36
- items :
37
- - image :
38
- src : https://docs.microsoft.com/media/logos/logo_java.svg
39
- text : Java
40
- href : ../dev-spaces/quickstart-java.md
41
- - image :
42
- src : https://docs.microsoft.com/media/logos/logo_NETcore.svg
43
- text : .NET and VS Code
44
- href : ../dev-spaces/quickstart-netcore.md
45
- - image :
46
- src : https://docs.microsoft.com/media/logos/logo_visual-studio.svg
47
- text : .NET and Visual Studio
48
- href : ../dev-spaces/quickstart-netcore-visualstudio.md
49
- - image :
50
- src : https://docs.microsoft.com/media/logos/logo_nodejs.svg
51
- text : Node.js
52
- href : ../dev-spaces/quickstart-nodejs.md
53
- - title : Step-by-Step Tutorials
54
- items :
55
- - type : paragraph
56
- text : ' Learn how to deploy, manage, and update applications on an AKS cluster.'
57
- - type : list
58
- style : ordered
59
- items :
60
- - html : <a href="/azure/aks/tutorial-kubernetes-prepare-app">Create container images from an application</a>
61
- - html : <a href="/azure/aks/tutorial-kubernetes-prepare-acr">Upload container images to the Azure Container Registry</a>
62
- - html : <a href="/azure/aks/tutorial-kubernetes-deploy-cluster">Deploy an AKS cluster</a>
63
- - html : <a href="/azure/aks/tutorial-kubernetes-deploy-application">Run your container images in Kubernetes</a>
64
- - html : <a href="/azure/aks/tutorial-kubernetes-scale">Scale an application and Kubernetes infrastructure</a>
65
- - html : <a href="/azure/aks/tutorial-kubernetes-app-update">Update an application running in Kubernetes</a>
66
- - html : <a href="/azure/aks/tutorial-kubernetes-upgrade-cluster">Upgrade AKS cluster</a>
67
- - html : <a href="/azure/architecture/reference-architectures/microservices/aks">Learn and implement the microservices reference architecture</a>
68
- - title : Build your skills with Microsoft Learn
69
- items :
70
- - type : list
71
- style : cards
72
- className : cardsFTitle
73
- items :
74
- - title : Introduction to containers on Azure
75
- href : /learn/modules/intro-to-containers/
76
- image :
77
- src : /learn/achievements/intro-to-containers.svg
78
- href : /learn/modules/intro-to-containers/
79
- - title : Run Docker containers with Azure Container Instances
80
- href : /learn/modules/run-docker-with-azure-container-instances/
81
- image :
82
- src : /learn/achievements/run-docker-with-azure-container-instances.svg
83
- href : /learn/modules/run-docker-with-azure-container-instances/
84
- - title : Build and store container images with Azure Container Registry
85
- href : /learn/modules/build-and-store-container-images/
86
- image :
87
- src : /learn/achievements/build-and-store-container-images.svg
88
- href : /learn/modules/build-and-store-container-images/
89
- - type : paragraph
90
- text : <a href="/learn/browse/?products=azure-container-registry%2Cazure-container-instances">More interactive learning...</a>
91
- - title : Reference
92
- items :
93
- - type : list
94
- style : cards
95
- className : cardsD
96
- items :
97
- - title : Command line
98
- html : <p><a href="/cli/azure/aks">Azure CLI</a></p>
99
- - title : Languages
100
- 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>
101
- - title : REST
102
- html : <p><a href="/rest/api/aks">REST API</a></p>
11
+ author : laurenhughes
12
+ ms.author : lahugh
13
+ ms.date : 03/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
+ - linkListType : concept
28
+ links :
29
+ - text : Kubernetes core concepts for AKS
30
+ url : concepts-clusters-workloads.md
31
+ - text : Clusters and workloads
32
+ url : concepts-clusters-workloads.md
33
+ - text : Access and identity
34
+ url : concepts-identity.md
35
+ - text : Security
36
+ url : concepts-security.md
37
+ - text : Networking
38
+ url : concepts-network.md
39
+ - text : Storage
40
+ url : concepts-storage.md
41
+ - text : Scale
42
+ url : concepts-scale.md
43
+
44
+ # Card (optional)
45
+ - title : Deploy an AKS cluster in 5 minutes
46
+ linkLists :
47
+ - linkListType : quickstart
48
+ links :
49
+ - text : Azure CLI
50
+ url : kubernetes-walkthrough.md
51
+ - text : Azure Portal
52
+ url : kubernetes-walkthrough-portal.md
53
+ - text : Resource Manager template
54
+ url : kubernetes-walkthrough-rm-template.md
55
+
56
+ # Card
57
+ - title : Develop and debug applications with AKS and Dev Spaces
58
+ linkLists :
59
+ - linkListType : quickstart
60
+ links :
61
+ - text : Java
62
+ url : ../dev-spaces/quickstart-java.md
63
+ - text : .NET and VS Code
64
+ url : ../dev-spaces/quickstart-netcore.md
65
+ - text : .NET and Visual Studio
66
+ url : ../dev-spaces/quickstart-netcore-visualstudio.md
67
+ - text : Node.js
68
+ url : ../dev-spaces/quickstart-nodejs.md
69
+
70
+ # Card
71
+ - title : Deploy, manage, and update applications
72
+ linkLists :
73
+ - linkListType : tutorial
74
+ links :
75
+ - text : 1. Prepare an application for AKS
76
+ url : tutorial-kubernetes-prepare-app.md
77
+ - text : 2. Deploy and use Azure Container Registry
78
+ url : tutorial-kubernetes-prepare-acr.md
79
+ - text : 3. Deploy an AKS cluster
80
+ url : tutorial-kubernetes-deploy-cluster.md
81
+ - text : 4. Run your application
82
+ url : tutorial-kubernetes-deploy-application.md
83
+ - text : 5. Scale applications
84
+ url : tutorial-kubernetes-scale.md
85
+ - text : 6. Update an application
86
+ url : tutorial-kubernetes-app-update.md
87
+ - text : 7. Upgrade Kubernetes in AKS
88
+ url : tutorial-kubernetes-upgrade-cluster.md
89
+
90
+ # Card
91
+ - title : Build your skills with Microsoft Learn
92
+ linkLists :
93
+ - linkListType : learn
94
+ links :
95
+ - text : Introduction to Azure Kubernetes Service
96
+ url : https://docs.microsoft.com/learn/modules/intro-to-azure-kubernetes-service/
97
+ - text : Introduction to containers on Azure
98
+ url : https://docs.microsoft.com/learn/modules/intro-to-containers/
99
+ - text : Build and store container images with Azure Container Registry
100
+ url : https://docs.microsoft.com/learn/modules/build-and-store-container-images/
0 commit comments