Tiffani 7e199944da
Updating title tags and meta descriptions (#2509)
* Update title tags and meta desc for Templates

* Update title tags and meta desc for Learn

* Update title tags, meta desc, and H1s for Case Studies

* Update themes/default/content/learn/abstraction-encapsulation/_index.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/learn/embedding-pulumi/_index.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/learn/embedding-pulumi/building-api/index.md

Co-authored-by: susan evans <susan.ra.evans@gmail.com>

* Update themes/default/content/learn/building-with-pulumi/stack-references/index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update themes/default/content/templates/container-service/_index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update themes/default/content/templates/kubernetes/_index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update themes/default/content/templates/serverless-application/_index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update themes/default/content/templates/virtual-machine/_index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update themes/default/content/templates/static-website/_index.md

Co-authored-by: Sean Holung <sean.holung@gmail.com>

* Update atlassian.md

* Update index.md

---------

Co-authored-by: susan evans <susan.ra.evans@gmail.com>
Co-authored-by: Sean Holung <sean.holung@gmail.com>
2023-03-14 11:25:48 -07:00

1.1 KiB

title_tag, title, meta_desc, layout
title_tag title meta_desc layout
What is Azure Kubernetes Service? Azure Kubernetes Service AKS is a managed container orchestration tool on Microsoft Azure, allowing for the deployment and automated management of containerized applications. glossary/single

Description

Microsoft Azure Kubernetes Service (AKS) is a managed kubernetes service. Containerized applications are deployed by creating a cluster within a resource group, which can then pull from Azure Container Registry or elsewhere. Microsoft has a fairly robust set of services accessible to AKS, including integration with Active Directory.

Use Cases

If you are already embedded in the Microsoft ecosystem, AKS is a strong choice. In addition to the inclusion of Active Directory, you also benefit from a great developer experience through the Kubernetes extension for Visual Studio Code, allowing engineers to debug your application from a development machine as if it were part of the cluster. AKS also includes the control plane for free.