Skip to content

Commit 2ec087c

Browse files
committed
updated article and removed image from PR
1 parent e03cf13 commit 2ec087c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Binary file not shown.

articles/aks/use-pod-sandboxing.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ title: Pod Sandboxing (preview) with Azure Kubernetes Service (AKS)
33
description: Learn about and deploy Pod Sandboxing (preview), also referred to as Kernel Isolation, on an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 02/16/2023
6+
ms.date: 02/21/2023
77

88
---
99

1010
# Pod Sandboxing (preview) with Azure Kubernetes Service (AKS)
1111

12-
Container workloads running on Azure Kubernetes Service (AKS) share kernel and container host resources. This exposes the cluster to untrusted or potentially malicious code. To further secure and protect your workloads, AKS now includes a mechanism called Pod Sandboxing (preview). Pod Sandboxing provides an isolation boundary between the container application, and the shared kernel and compute resources of the container host. For example CPU, memory, and networking.
13-
14-
Pod Sandboxing complements other security measures or data protection controls with your overall architecture to help you meet regulatory, industry, or governance compliance requirements for securing sensitive information.
12+
To help secure and protect your container workloads from untrusted or potentially malicious code, AKS now includes a mechanism called Pod Sandboxing (preview). Pod Sandboxing provides an isolation boundary between the container application, and the shared kernel and compute resources of the container host. For example CPU, memory, and networking. Pod Sandboxing complements other security measures or data protection controls with your overall architecture to help you meet regulatory, industry, or governance compliance requirements for securing sensitive information.
1513

1614
This article helps you understand this new feature, and how to implement it.
1715

@@ -23,7 +21,7 @@ This article helps you understand this new feature, and how to implement it.
2321

2422
- The `KataVMIsolationPreview` feature is registered in your Azure subscription.
2523

26-
- Kubernetes version 1.24.0 and higher. Earlier versions of Kubernetes aren't supported in this preview release.
24+
- Kubernetes version 1.24.0 and higher. Earlier versions of Kubernetes aren't supported.
2725

2826
- To manage a Kubernetes cluster, use the Kubernetes command-line client [kubectl][kubectl]. `kubectl` is already installed if you use Azure Cloud Shell. You can install kubectl locally using the [az aks install-cli][az-aks-install-cmd] command.
2927

0 commit comments

Comments
 (0)