You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/what-is-aks.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,42 @@ description: Learn about the features of Azure Kubernetes Service (AKS) and how
4
4
ms.topic: overview
5
5
ms.author: schaffererin
6
6
author: schaffererin
7
-
ms.date: 01/19/2024
7
+
ms.date: 02/08/2024
8
8
---
9
9
10
10
# What is Azure Kubernetes Service?
11
11
12
-
Azure Kubernetes Service (AKS) is a managed Kubernetes service that you can use to deploy and manage containerized applications without container orchestration expertise. Azure handles critical operational tasks such as health monitoring and maintenance. When you create an AKS cluster, Azure automatically creates and configures a control plane for you at no cost. The control plane manages the Kubernetes objects and worker nodes that you deploy to run your applications. You only pay for the worker nodes within your clusters, not for the Kubernetes cluster itself.
12
+
Azure Kubernetes Service (AKS) is a managed Kubernetes service hosted on Azure that you can use to deploy and manage containerized applications without container orchestration expertise. AKS is an ideal platform for deploying and managing containerized applications that require high availability, scalability, and portability, and for deploying applications to multiple regions, using open-source tools, and integrating with existing DevOps tools. This article is intended for platform administrators or developers who are looking for a scalable, automated, managed Kubernetes solution.
13
+
14
+
## Overview of AKS
15
+
16
+
AKS reduces the complexity and operational overhead of managing Kubernetes by shifting that responsibility to Azure. The Azure platform manages the AKS control plane, which is responsible for the Kubernetes objects and worker nodes that you deploy to run your applications. Azure takes care of critical operations like health monitoring and maintenance, and you only pay for the AKS nodes that run your applications.
When you create an AKS cluster, Azure automatically creates and configures a control plane for you at no cost.
13
21
14
22
> [!NOTE]
15
23
> AKS is [CNCF-certified](https://www.cncf.io/training/certification/software-conformance/) and is compliant with SOC, ISO, PCI DSS, and HIPAA. For more information, see the [Microsoft Azure compliance overview](https://azure.microsoft.com/explore/trusted-cloud/compliance/).
16
24
17
-
## When to use AKS
25
+
## Container solutions in Azure
26
+
27
+
Azure offers a range of container solutions designed to accommodate various workloads, architectures, and business needs.
Azure offers a range of container hosting services, including Azure Container Apps, Azure Kubernetes Service (AKS), and Web App for Containers, designed to accommodate various workloads, architectures, and business needs. AKS is an ideal platform for deploying and managing containerized applications that require high availability, scalability, and portability, and for deploying applications to multiple regions, using open-source tools, and integrating with existing DevOps tools. To help you better understand which Azure container service is right for your needs, see the following resources:
37
+
For more information comparing the various solutions, see the following resources:
20
38
21
39
*[Comparing the service models of Azure container solutions](/azure/architecture/guide/choose-azure-container-service)
22
40
*[Comparing Azure compute service options](/azure/architecture/guide/technology-choices/compute-decision-tree)
23
41
24
-
### Common AKS use cases
42
+
### When to use AKS
25
43
26
44
The following list describes some of the common use cases for AKS, but by no means is an exhaustive list:
0 commit comments