Skip to content

Commit 0cae7b6

Browse files
authored
Merge pull request #224067 from schaffererin/aks-best-practices-doc-edits
Quick editing pass
2 parents e54c7ad + 8cfde25 commit 0cae7b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/aks/best-practices.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ ms.date: 03/09/2021
99

1010
# Cluster operator and developer best practices to build and manage applications on Azure Kubernetes Service (AKS)
1111

12-
Building and running applications successfully in Azure Kubernetes Service (AKS) require understanding and implementation of some key considerations, including:
12+
Building and running applications successfully in Azure Kubernetes Service (AKS) requires understanding and implementation of some key concepts, including:
1313

1414
* Multi-tenancy and scheduler features.
1515
* Cluster and pod security.
1616
* Business continuity and disaster recovery.
1717

18-
The AKS product group, engineering teams, and field teams (including global black belts [GBBs]) contributed to, wrote, and grouped the following best practices and conceptual articles. Their purpose is to help cluster operators and developers understand the considerations above and implement the appropriate features.
18+
The AKS product group, engineering teams, and field teams (including global black belts [GBBs]) contributed to, wrote, and grouped the following best practices and conceptual articles. Their purpose is to help cluster operators and developers better understand the concepts above and implement the appropriate features.
1919

2020
## Cluster operator best practices
2121

22-
As a cluster operator, work together with application owners and developers to understand their needs. You can then use the following best practices to configure your AKS clusters as needed.
22+
If you're a cluster operator, work with application owners and developers to understand their needs. Then, you can use the following best practices to configure your AKS clusters to fit your needs.
2323

24-
**Multi-tenancy**
24+
### Multi-tenancy
2525

2626
* [Best practices for cluster isolation](operator-best-practices-cluster-isolation.md)
2727
* Includes multi-tenancy core components and logical isolation with namespaces.
@@ -32,7 +32,7 @@ As a cluster operator, work together with application owners and developers to u
3232
* [Best practices for authentication and authorization](operator-best-practices-identity.md)
3333
* Includes integration with Azure Active Directory, using Kubernetes role-based access control (Kubernetes RBAC), using Azure RBAC, and pod identities.
3434

35-
**Security**
35+
### Security
3636

3737
* [Best practices for cluster security and upgrades](operator-best-practices-cluster-security.md)
3838
* Includes securing access to the API server, limiting container access, and managing upgrades and node reboots.
@@ -41,30 +41,30 @@ As a cluster operator, work together with application owners and developers to u
4141
* [Best practices for pod security](developer-best-practices-pod-security.md)
4242
* Includes securing access to resources, limiting credential exposure, and using pod identities and digital key vaults.
4343

44-
**Network and storage**
44+
### Network and storage
4545

4646
* [Best practices for network connectivity](operator-best-practices-network.md)
4747
* Includes different network models, using ingress and web application firewalls (WAF), and securing node SSH access.
4848
* [Best practices for storage and backups](operator-best-practices-storage.md)
4949
* Includes choosing the appropriate storage type and node size, dynamically provisioning volumes, and data backups.
5050

51-
**Running enterprise-ready workloads**
51+
### Running enterprise-ready workloads
5252

5353
* [Best practices for business continuity and disaster recovery](operator-best-practices-multi-region.md)
5454
* Includes using region pairs, multiple clusters with Azure Traffic Manager, and geo-replication of container images.
5555

5656
## Developer best practices
5757

58-
As a developer or application owner, you can simplify your development experience and define require application performance needs.
58+
If you're a developer or application owner, you can simplify your development experience and define required application performance features.
5959

6060
* [Best practices for application developers to manage resources](developer-best-practices-resource-management.md)
6161
* Includes defining pod resource requests and limits, configuring development tools, and checking for application issues.
6262
* [Best practices for pod security](developer-best-practices-pod-security.md)
6363
* Includes securing access to resources, limiting credential exposure, and using pod identities and digital key vaults.
6464

65-
## Kubernetes / AKS concepts
65+
## Kubernetes and AKS concepts
6666

67-
To help understand some of the features and components of these best practices, you can also see the following conceptual articles for clusters in Azure Kubernetes Service (AKS):
67+
The following conceptual articles cover some of the fundamental features and components for clusters in AKS:
6868

6969
* [Kubernetes core concepts](concepts-clusters-workloads.md)
7070
* [Access and identity](concepts-identity.md)

0 commit comments

Comments
 (0)