Skip to content

Commit 90d54aa

Browse files
committed
Updates and add redirect
1 parent fe77da3 commit 90d54aa

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.openpublishing.redirection.aks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,11 @@
14001400
"redirect_url": "/azure/aks/hybrid/kubernetes-rbac-entra-id",
14011401
"redirect_document_id": false
14021402
},
1403+
{
1404+
"source_path": "AKS-Hybrid/calico-networking-policy.md",
1405+
"redirect_url": "/azure/aks/hybrid/concepts-security",
1406+
"redirect_document_id": false
1407+
},
14031408
{
14041409
"source_path": "AKS-Hybrid/infrastructure-components.md",
14051410
"redirect_url": "/azure/aks/hybrid/cluster-architecture",

AKS-Hybrid/concepts-container-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Container networking concepts
33
description: Learn about container networking in AKS enabled by Azure Arc.
44
ms.topic: conceptual
5-
ms.date: 07/08/2024
5+
ms.date: 10/21/2024
66
ms.author: sethm
77
ms.lastreviewed: 05/31/2022
88
ms.reviewer: mikek

AKS-Hybrid/concepts-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Security concepts in AKS enabled by Azure Arc
33
description: Learn about securing the infrastructure and applications on a Kubernetes cluster in AKS enabled by Arc.
44
author: sethmanheim
55
ms.topic: conceptual
6-
ms.date: 01/10/2024
6+
ms.date: 10/21/2024
77
ms.author: sethm
88
ms.lastreviewed: 1/14/2022
99
ms.reviewer: lahirisl
@@ -33,9 +33,9 @@ The following table describes the security-hardening aspects of AKS on Azure Sta
3333
| 2 | To reduce deployment cost and complexity, workload clusters share the underlying Windows Server. However, depending on the security needs, admins can choose to deploy a workload cluster on a dedicated Windows Server. When workload clusters share the underlying Windows Server, each cluster is deployed as a virtual machine, which ensures strong isolation guarantees between the workload clusters. |
3434
| 3 | Customer workloads are deployed as containers and share the same virtual machine. The containers are process-isolated from one another, which is a weaker form of isolation compared to strong isolation guarantees offered by virtual machines. |
3535
| 4 | Containers communicate with each other over an overlay network. Admins can configure Calico policies to define networking isolation rules between containers. Calico policy support on AKS Arc is only for Linux containers, and is supported as-is. |
36-
5 | Communication between built-in Kubernetes components of AKS on Azure Stack HCI, including communication between the API server and the container host, is encrypted via certificates. AKS offers an out-of-the-box certificate provisioning, renewal, and revocation for built-in certificates. |
37-
6 | Communication with the API server from Windows client machines is secured using Microsoft Entra credentials for users. |
38-
7 | For every release, Microsoft provides the VHDs for AKS VMs on Azure Stack HCI and applies the appropriate security patches when needed. |
36+
| 5 | Communication between built-in Kubernetes components of AKS on Azure Stack HCI, including communication between the API server and the container host, is encrypted via certificates. AKS offers an out-of-the-box certificate provisioning, renewal, and revocation for built-in certificates. |
37+
| 6 | Communication with the API server from Windows client machines is secured using Microsoft Entra credentials for users. |
38+
| 7 | For every release, Microsoft provides the VHDs for AKS VMs on Azure Stack HCI and applies the appropriate security patches when needed. |
3939

4040
## Application security
4141

AKS-Hybrid/create-pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and delete pods in AKS enabled by Azure Arc
33
description: Learn how to create and delete pods in Azure Kubernetes Service (AKS) enabled by Arc.
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 07/02/2024
6+
ms.date: 10/21/2024
77
ms.author: sethm
88
ms.lastreviewed: 1/14/2022
99
ms.reviewer: abha

0 commit comments

Comments
 (0)