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/best-practices.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,19 @@ ms.date: 03/09/2021
9
9
10
10
# Cluster operator and developer best practices to build and manage applications on Azure Kubernetes Service (AKS)
11
11
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:
13
13
14
14
* Multi-tenancy and scheduler features.
15
15
* Cluster and pod security.
16
16
* Business continuity and disaster recovery.
17
17
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.
19
19
20
20
## Cluster operator best practices
21
21
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.
23
23
24
-
**Multi-tenancy**
24
+
### Multi-tenancy
25
25
26
26
*[Best practices for cluster isolation](operator-best-practices-cluster-isolation.md)
27
27
* 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
32
32
*[Best practices for authentication and authorization](operator-best-practices-identity.md)
33
33
* Includes integration with Azure Active Directory, using Kubernetes role-based access control (Kubernetes RBAC), using Azure RBAC, and pod identities.
34
34
35
-
**Security**
35
+
### Security
36
36
37
37
*[Best practices for cluster security and upgrades](operator-best-practices-cluster-security.md)
38
38
* 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
41
41
*[Best practices for pod security](developer-best-practices-pod-security.md)
42
42
* Includes securing access to resources, limiting credential exposure, and using pod identities and digital key vaults.
43
43
44
-
**Network and storage**
44
+
### Network and storage
45
45
46
46
*[Best practices for network connectivity](operator-best-practices-network.md)
47
47
* Includes different network models, using ingress and web application firewalls (WAF), and securing node SSH access.
48
48
*[Best practices for storage and backups](operator-best-practices-storage.md)
49
49
* Includes choosing the appropriate storage type and node size, dynamically provisioning volumes, and data backups.
50
50
51
-
**Running enterprise-ready workloads**
51
+
### Running enterprise-ready workloads
52
52
53
53
*[Best practices for business continuity and disaster recovery](operator-best-practices-multi-region.md)
54
54
* Includes using region pairs, multiple clusters with Azure Traffic Manager, and geo-replication of container images.
55
55
56
56
## Developer best practices
57
57
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.
59
59
60
60
*[Best practices for application developers to manage resources](developer-best-practices-resource-management.md)
61
61
* Includes defining pod resource requests and limits, configuring development tools, and checking for application issues.
62
62
*[Best practices for pod security](developer-best-practices-pod-security.md)
63
63
* Includes securing access to resources, limiting credential exposure, and using pod identities and digital key vaults.
64
64
65
-
## Kubernetes / AKS concepts
65
+
## Kubernetes and AKS concepts
66
66
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:
0 commit comments