Skip to content

Commit 53d0332

Browse files
authored
Merge pull request #268726 from MicrosoftDocs/main
3/12 11:00 AM IST Publish
2 parents 2af9cce + eb2c75e commit 53d0332

File tree

102 files changed

+2347
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2347
-538
lines changed

.openpublishing.redirection.azure-datalake-storage-gen1.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,6 @@
289289
"source_path": "articles/data-lake-store/security-controls-policy.md",
290290
"redirect_url": "/previous-versions/azure/data-lake-store/security-controls-policy",
291291
"redirect_document_id": false
292-
},
293-
{
294-
"source_path": "articles/storage/blobs/data-lake-storage-migrate-gen1-to-gen2.md",
295-
"redirect_url": "/previous-versions/azure/storage/blobs/data-lake-storage-migrate-gen1-to-gen2",
296-
"redirect_document_id": false
297-
},
298-
{
299-
"source_path": "articles/storage/blobs/data-lake-storage-migrate-gen1-to-gen2-azure-portal.md",
300-
"redirect_url": "/previous-versions/azure/storage/blobs/data-lake-storage-migrate-gen1-to-gen2-azure-portal",
301-
"redirect_document_id": false
302292
}
303293

304294
]

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6705,6 +6705,21 @@
67056705
"redirect_url": "/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps",
67066706
"redirect_document_id": true
67076707
},
6708+
{
6709+
"source_path_from_root": "/articles/role-based-access-control/deny-assignments-portal.md",
6710+
"redirect_url": "/azure/role-based-access-control/deny-assignments",
6711+
"redirect_document_id": true
6712+
},
6713+
{
6714+
"source_path_from_root": "/articles/role-based-access-control/deny-assignments-powershell.md",
6715+
"redirect_url": "/azure/role-based-access-control/deny-assignments",
6716+
"redirect_document_id": false
6717+
},
6718+
{
6719+
"source_path_from_root": "/articles/role-based-access-control/deny-assignments-rest.md",
6720+
"redirect_url": "/azure/role-based-access-control/deny-assignments",
6721+
"redirect_document_id": false
6722+
},
67086723
{
67096724
"source_path_from_root": "/articles/scheduler/scheduler-intro.md",
67106725
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",

articles/aks/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
href: active-passive-solution.md
175175
- name: Passive-cold
176176
href: passive-cold-solution.md
177+
- name: Deployment and cluster reliability
178+
href: best-practices-app-cluster-reliability.md
177179
- name: Security
178180
items:
179181
- name: Authentication and authorization

articles/aks/best-practices-app-cluster-reliability.md

Lines changed: 566 additions & 0 deletions
Large diffs are not rendered by default.

articles/aks/support-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Microsoft provides technical support for the following examples:
5858
* Connectivity to other Azure services and applications
5959
* Ingress controllers and ingress or load balancer configurations
6060
* Network performance and latency
61-
* [Network policies](use-network-policies.md#differences-between-azure-network-policy-manager-and-calico-network-policy-and-their-capabilities)
61+
* [Network policies](use-network-policies.md#compare-azure-network-policy-manager-and-calico-network-policy)
6262

6363
> [!NOTE]
6464
> Any cluster actions taken by Microsoft/AKS are made with your consent under a built-in Kubernetes role `aks-service` and built-in role binding `aks-service-rolebinding`. This role enables AKS to troubleshoot and diagnose cluster issues, but can't modify permissions nor create roles or role bindings, or other high privilege actions. Role access is only enabled under active support tickets with just-in-time (JIT) access.

articles/aks/use-network-policies.md

Lines changed: 78 additions & 71 deletions
Large diffs are not rendered by default.

articles/aks/use-system-pools.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: fasttrack-edit, devx-track-azurecli, devx-track-azurepowershell
88

99
# Manage system node pools in Azure Kubernetes Service (AKS)
1010

11-
In Azure Kubernetes Service (AKS), nodes of the same configuration are grouped together into *node pools*. Node pools contain the underlying VMs that run your applications. System node pools and user node pools are two different node pool modes for your AKS clusters. System node pools serve the primary purpose of hosting critical system pods such as `CoreDNS` and `metrics-server`. User node pools serve the primary purpose of hosting your application pods. However, application pods can be scheduled on system node pools if you wish to only have one pool in your AKS cluster. Every AKS cluster must contain at least one system node pool with at least one node.
11+
In Azure Kubernetes Service (AKS), nodes of the same configuration are grouped together into *node pools*. Node pools contain the underlying VMs that run your applications. System node pools and user node pools are two different node pool modes for your AKS clusters. System node pools serve the primary purpose of hosting critical system pods such as `CoreDNS` and `metrics-server`. User node pools serve the primary purpose of hosting your application pods. However, application pods can be scheduled on system node pools if you wish to only have one pool in your AKS cluster. Every AKS cluster must contain at least one system node pool with at least two nodes.
1212

1313
> [!Important]
1414
> If you run a single system node pool for your AKS cluster in a production environment, we recommend you use at least three nodes for the node pool.
@@ -47,10 +47,10 @@ System node pools have the following restrictions:
4747
* System node pools must support at least 30 pods as described by the [minimum and maximum value formula for pods][maximum-pods].
4848
* System pools osType must be Linux.
4949
* User node pools osType may be Linux or Windows.
50-
* System pools must contain at least one node, and user node pools may contain zero or more nodes.
51-
* System node pools require a VM SKU of at least 2 vCPUs and 4GB memory.
50+
* System pools must contain at least two nodes, and user node pools may contain zero or more nodes.
51+
* System node pools require a VM SKU of at least 4 vCPUs and 4GB memory.
5252
* [B series VMs][b-series-vm] are not supported for system node pools.
53-
* A minimum of two nodes 4 vCPUs is recommended (for example, Standard_DS4_v2), especially for large clusters (Multiple CoreDNS Pod replicas, 3-4+ add-ons, etc.).
53+
* A minimum of three nodes of 8 vCPUs or two nodes of at least 16 vCPUs is recommended (for example, Standard_DS4_v2), especially for large clusters (Multiple CoreDNS Pod replicas, 3-4+ add-ons, etc.).
5454
* Spot node pools require user node pools.
5555
* Adding another system node pool or changing which node pool is a system node pool *does not* automatically move system pods. System pods can continue to run on the same node pool, even if you change it to a user node pool. If you delete or scale down a node pool running system pods that were previously a system node pool, those system pods are redeployed with preferred scheduling to the new system node pool.
5656

@@ -69,36 +69,36 @@ You can do the following operations with node pools:
6969

7070
### [Azure CLI](#tab/azure-cli)
7171

72-
When you create a new AKS cluster, you automatically create a system node pool with a single node. The initial node pool defaults to a mode of type system. When you create new node pools with `az aks nodepool add`, those node pools are user node pools unless you explicitly specify the mode parameter.
72+
When you create a new AKS cluster, the initial node pool defaults to a mode of type `system`. When you create new node pools with `az aks nodepool add`, those node pools are user node pools unless you explicitly specify the mode parameter.
7373

7474
The following example creates a resource group named *myResourceGroup* in the *eastus* region.
7575

7676
```azurecli-interactive
7777
az group create --name myResourceGroup --location eastus
7878
```
7979

80-
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one dedicated system pool containing one node. For your production workloads, ensure you're using system node pools with at least three nodes. This operation may take several minutes to complete.
80+
Use the [az aks create][az-aks-create] command to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one dedicated system pool containing two nodes. For your production workloads, ensure you're using system node pools with at least three nodes. This operation may take several minutes to complete.
8181

8282
```azurecli-interactive
8383
# Create a new AKS cluster with a single system pool
84-
az aks create -g myResourceGroup --name myAKSCluster --node-count 1 --generate-ssh-keys
84+
az aks create -g myResourceGroup --name myAKSCluster --node-count 2 --generate-ssh-keys
8585
```
8686

8787
### [Azure PowerShell](#tab/azure-powershell)
8888

89-
When you create a new AKS cluster, you automatically create a system node pool with a single node. The initial node pool defaults to a mode of type system. When you create new node pools with `New-AzAksNodePool`, those node pools are user node pools. A node pool's mode can be [updated at any time][update-node-pool-mode].
89+
When you create a new AKS cluster, the initial node pool defaults to a mode of type `system`. When you create new node pools with `New-AzAksNodePool`, those node pools are user node pools. A node pool's mode can be [updated at any time][update-node-pool-mode].
9090

9191
The following example creates a resource group named *myResourceGroup* in the *eastus* region.
9292

9393
```azurepowershell-interactive
9494
New-AzResourceGroup -ResourceGroupName myResourceGroup -Location eastus
9595
```
9696

97-
Use the [New-AzAksCluster][new-azakscluster] cmdlet to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one dedicated system pool containing one node. For your production workloads, ensure you're using system node pools with at least three nodes. The create operation may take several minutes to complete.
97+
Use the [New-AzAksCluster][new-azakscluster] cmdlet to create an AKS cluster. The following example creates a cluster named *myAKSCluster* with one dedicated system pool containing two nodes. For your production workloads, ensure you're using system node pools with at least three nodes. The create operation may take several minutes to complete.
9898

9999
```azurepowershell-interactive
100100
# Create a new AKS cluster with a single system pool
101-
New-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster -NodeCount 1 -GenerateSshKey
101+
New-AzAksCluster -ResourceGroupName myResourceGroup -Name myAKSCluster -NodeCount 2 -GenerateSshKey
102102
```
103103

104104
---

articles/aks/windows-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To learn more about Windows containers on AKS, see the following resources:
111111
[azure-cni-choose-network-model]: ./azure-cni-overlay.md#choosing-a-network-model-to-use
112112
[network-concepts-for-aks-applications]: ./concepts-network.md
113113
[windows-vs-linux]: ./windows-vs-linux-containers.md
114-
[azurenpm-vs-calico]: ./use-network-policies.md#differences-between-azure-network-policy-manager-and-calico-network-policy-and-their-capabilities
114+
[azurenpm-vs-calico]: ./use-network-policies.md#compare-azure-network-policy-manager-and-calico-network-policy
115115
[network-policies-aks]: ./use-network-policies.md
116116
[dsr]: ../load-balancer/load-balancer-multivip-overview.md#rule-type-2-backend-port-reuse-by-using-floating-ip
117117
[upgrade-aks-cluster]: ./upgrade-cluster.md

articles/api-center/TOC.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
href: manage-apis-azure-cli.md
3131
- name: Import APIs from API Management
3232
href: import-api-management-apis.md
33-
#- name: API governance
33+
- name: API governance
34+
items:
35+
- name: Analyze APIs using linting rules
36+
href: enable-api-analysis-linting.md
3437
- name: API discovery and consumption
3538
items:
3639
- name: Enable API Center portal

0 commit comments

Comments
 (0)