Skip to content

Commit 06d3ee6

Browse files
Add keyword to metas.
1 parent ea7cf54 commit 06d3ee6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: Concepts - Kubernetes basics for Azure Kubernetes Services (AKS)
3-
description: Learn the basic cluster and workload components of Kubernetes and how they relate to features in Azure Kubernetes Service (AKS)
2+
title: Azure Kubernetes Services (AKS) Core Basic Concepts
3+
description: Learn about the core components that make up workloads and clusters in Kubernetes and their counterparts on Azure Kubernetes Services (AKS).
44
ms.topic: conceptual
55
ms.custom: build-2023
6-
ms.date: 12/04/2023
6+
ms.date: 12/13/2023
77
---
88

9-
# Kubernetes core concepts for Azure Kubernetes Service (AKS)
9+
# Core Kubernetes concepts for Azure Kubernetes Service
1010

1111
Application development continues to move toward a container-based approach, increasing our need to orchestrate and manage resources. As the leading platform, Kubernetes provides reliable scheduling of fault-tolerant application workloads. Azure Kubernetes Service (AKS), a managed Kubernetes offering, further simplifies container-based application deployment and management.
1212

13-
This article introduces:
14-
* Core Kubernetes infrastructure components:
13+
This article introduces core concepts:
14+
* Kubernetes infrastructure components:
1515
* *control plane*
1616
* *nodes*
1717
* *node pools*
1818
* Workload resources:
1919
* *pods*
2020
* *deployments*
21-
* *sets*
22-
* How to group resources into *namespaces*.
21+
* *sets*
22+
* Group resources using *namespaces*.
2323

2424
## What is Kubernetes?
2525

0 commit comments

Comments
 (0)