Skip to content

Commit 5ff2cde

Browse files
authored
Merge pull request #271186 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 2f80352 + f6ef14d commit 5ff2cde

File tree

327 files changed

+3187
-2090
lines changed

Some content is hidden

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

327 files changed

+3187
-2090
lines changed

articles/aks/deployment-safeguards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ After deploying your Kubernetes manifest, if the cluster isn't compliant with de
125125
**Warning**
126126

127127
```
128-
PS C:\Users\testUser\Code> kubectl apply -f pod.yml
128+
$ kubectl apply -f pod.yml
129129
Warning: [azurepolicy-k8sazurev2containerenforceprob-0e8a839bcd103e7b96a8] Container <my-container> in your Pod <my-pod> has no <livenessProbe>. Required probes: ["readinessProbe", "livenessProbe"]
130130
Warning: [azurepolicy-k8sazurev2containerenforceprob-0e8a839bcd103e7b96a8] Container <my-container> in your Pod <my-pod> has no <readinessProbe>. Required probes: ["readinessProbe", "livenessProbe"]
131131
Warning: [azurepolicy-k8sazurev1restrictedlabels-67c4210cc58f28acdfdb] Label <{"kubernetes.azure.com"}> is reserved for AKS use only
@@ -137,7 +137,7 @@ pod/my-pod created
137137
**Enforcement**
138138

139139
```
140-
PS C:\Users\testUser\Code> kubectl apply -f pod.yml
140+
$ kubectl apply -f pod.yml
141141
Error from server (Forbidden): error when creating ".\pod.yml": admission webhook "validation.gatekeeper.sh" denied the request: [azurepolicy-k8sazurev2containerenforceprob-0e8a839bcd103e7b96a8] Container <my-container> in your Pod <my-pod> has no <livenessProbe>. Required probes: ["readinessProbe", "livenessProbe"]
142142
[azurepolicy-k8sazurev2containerenforceprob-0e8a839bcd103e7b96a8] Container <my-container> in your Pod <my-pod> has no <readinessProbe>. Required probes: ["readinessProbe", "livenessProbe"]
143143
[azurepolicy-k8sazurev2containerallowedimag-1ff6d14b2f8da22019d7] Container image my-image for container my-container has not been allowed.

articles/aks/operator-best-practices-container-image-management.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Operator best practices - Container image management in Azure Kubernetes
33
description: Learn the cluster operator best practices for how to manage and secure container images in Azure Kubernetes Service (AKS).
44
ms.topic: conceptual
55
ms.date: 06/27/2023
6+
author: nickomang
7+
ms.author: nickoman
8+
69
---
710

811
# Best practices for container image management and security in Azure Kubernetes Service (AKS)
@@ -68,3 +71,4 @@ This article focused on how to secure your containers. To implement some of thes
6871
[acr-base-image-update]: ../container-registry/container-registry-tutorial-base-image-update.md
6972
[security-center-containers]: ../security-center/container-security.md
7073
[security-center-acr]: ../security-center/defender-for-container-registries-introduction.md
74+

articles/aks/operator-best-practices-network.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn the cluster operator best practices for virtual network resources and connectivity in Azure Kubernetes Service (AKS).
55
ms.topic: conceptual
66
ms.date: 03/18/2024
7+
author: schaffererin
8+
ms.author: schaffererin
9+
710

811
---
912

@@ -248,3 +251,4 @@ This article focused on network connectivity and security. For more information
248251
[aks-configure-kubenet-networking]: configure-kubenet.md
249252
[concepts-node-selectors]: concepts-clusters-workloads.md#node-selectors
250253
[nodepool-upgrade]: manage-node-pools.md#upgrade-a-single-node-pool
254+

articles/aks/operator-best-practices-storage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ description: Learn the cluster operator best practices for storage, data encrypt
55
ms.topic: conceptual
66
ms.subservice: aks-storage
77
ms.date: 04/28/2023
8+
author: tamram
9+
ms.author: tamram
10+
811

912
---
1013

@@ -143,3 +146,4 @@ This article focused on storage best practices in AKS. For more information abou
143146
[managed-disks]: ../virtual-machines/managed-disks-overview.md
144147
[best-practices-multi-region]: operator-best-practices-multi-region.md
145148
[remove-state]: operator-best-practices-multi-region.md#remove-service-state-from-inside-containers
149+

articles/aks/outbound-rules-control-egress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,4 @@ If you want to restrict how pods communicate between themselves and East-West tr
268268

269269
[use-network-policies]: ./use-network-policies.md
270270

271+

articles/aks/passive-cold-solution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ If you're considering a different solution, see the following articles:
7878

7979
- [Active passive disaster recovery solution overview for Azure Kubernetes Service (AKS)](./active-passive-solution.md)
8080
- [Active active high availability solution overview for Azure Kubernetes Service (AKS)](./active-active-solution.md)
81+

articles/aks/planned-maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,3 +451,4 @@ The following example output shows the maintenance window for *aksManagedAutoUpg
451451
[az-aks-maintenanceconfiguration-list]: /cli/azure/aks/maintenanceconfiguration#az_aks_maintenanceconfiguration_list
452452
[az-aks-maintenanceconfiguration-show]: /cli/azure/aks/maintenanceconfiguration#az_aks_maintenanceconfiguration_show
453453
[az-aks-maintenanceconfiguration-delete]: /cli/azure/aks/maintenanceconfiguration#az_aks_maintenanceconfiguration_delete
454+

articles/aks/policy-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Built-in policy definitions for Azure Kubernetes Service
33
description: Lists Azure Policy built-in policy definitions for Azure Kubernetes Service. These built-in policy definitions provide common approaches to managing your Azure resources.
44
ms.date: 02/06/2024
5+
author: nickomang
6+
ms.author: nickoman
7+
58
ms.topic: reference
69
ms.custom: subject-policy-reference
710
---
@@ -30,3 +33,4 @@ the link in the **Version** column to view the source on the
3033
- See the built-ins on the [Azure Policy GitHub repo](https://github.com/Azure/azure-policy).
3134
- Review the [Azure Policy definition structure](../governance/policy/concepts/definition-structure.md).
3235
- Review [Understanding policy effects](../governance/policy/concepts/effects.md).
36+

articles/aks/quickstart-dapr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,4 @@ Now that both the Node.js and Python applications are deployed, you watch messag
247247
[hello-world-gh]: https://github.com/dapr/quickstarts/tree/master/tutorials/hello-kubernetes
248248
[azure-portal-cache]: https://portal.azure.com/#create/Microsoft.Cache
249249
[dapr-component-secrets]: https://docs.dapr.io/operations/components/component-secrets/
250+

articles/aks/quickstart-event-grid.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Use Azure Event Grid to subscribe to Azure Kubernetes Service event
44
ms.topic: article
55
ms.custom: devx-track-azurepowershell, devx-track-azurecli
66
ms.date: 06/22/2023
7+
author: nickomang
8+
ms.author: nickoman
9+
710
---
811

912
# Quickstart: Subscribe to Azure Kubernetes Service (AKS) events with Azure Event Grid
@@ -218,3 +221,4 @@ To learn more about AKS, and walk through a complete code to deployment example,
218221
[az-group-delete]: /cli/azure/group#az_group_delete
219222
[sp-delete]: kubernetes-service-principal.md#other-considerations
220223
[remove-azresourcegroup]: /powershell/module/az.resources/remove-azresourcegroup
224+

0 commit comments

Comments
 (0)