Skip to content

Commit f5df8ec

Browse files
Merge pull request #229754 from miwithro/patch-227
Update use-pod-sandboxing.md
2 parents 78f94cf + 152ec3b commit f5df8ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/use-pod-sandboxing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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
ms.topic: article
5-
ms.date: 03/01/2023
5+
ms.date: 03/07/2023
66

77
---
88

@@ -151,7 +151,7 @@ Use the following command to enable Pod Sandboxing (preview) by creating a node
151151
152152
## Deploy a trusted application
153153
154-
To demonstrate the isolation of an application on the AKS cluster, perform the following steps.
154+
To demonstrate deployment of a trusted application on the shared kernel in the AKS cluster, perform the following steps.
155155
156156
1. Create a file named *trusted-app.yaml* to describe a trusted pod, and then paste the following manifest.
157157
@@ -181,7 +181,7 @@ To demonstrate the isolation of an application on the AKS cluster, perform the f
181181
182182
## Deploy an untrusted application
183183
184-
To demonstrate the deployed application on the AKS cluster isn't isolated and is on the untrusted shim, perform the following steps.
184+
To demonstrate the deployment of an untrusted application into the pod sandbox on the AKS cluster, perform the following steps.
185185
186186
1. Create a file named *untrusted-app.yaml* to describe an untrusted pod, and then paste the following manifest.
187187

0 commit comments

Comments
 (0)