Skip to content

Commit ba45b09

Browse files
authored
Merge pull request #185549 from miwithro/patch-116
Update concepts-security.md
2 parents 3812f95 + 73ba3bb commit ba45b09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/concepts-security.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about security in Azure Kubernetes Service (AKS), including m
44
services: container-service
55
author: miwithro
66
ms.topic: conceptual
7-
ms.date: 11/11/2021
7+
ms.date: 01/20/2022
88
ms.author: miwithro
99
---
1010

@@ -14,7 +14,7 @@ Container security protects the entire end-to-end pipeline from build to the app
1414

1515
The Secure Supply Chain includes the build environment and registry.
1616

17-
Kubernetes includes security components, such as *pod security standards* and *Secrets*. Meanwhile, Azure includes components like Active Directory, Microsoft Defender for Cloud, Azure Policy, Azure Key Vault, network security groups and orchestrated cluster upgrades. AKS combines these security components to:
17+
Kubernetes includes security components, such as *pod security standards* and *Secrets*. Meanwhile, Azure includes components like Active Directory, Microsoft Defender for Containers, Azure Policy, Azure Key Vault, network security groups and orchestrated cluster upgrades. AKS combines these security components to:
1818
* Provide a complete Authentication and Authorization story.
1919
* Leverage AKS Built-in Azure Policy to secure your applications.
2020
* End-to-End insight from build through your application with Microsoft Defender for Containers.
@@ -130,7 +130,7 @@ To limit network traffic between pods in your cluster, AKS offers support for [K
130130

131131
## Application Security
132132

133-
To protect pods running on AKS leverage [Microsoft Defender for Kubernetes][azure-defender-for-kubernetes] to detect and restrict cyber attacks against your applications running in your pods. Run continual scanning to detect drift in the vulnerability state of your application and implement a "blue/green/canary" process to patch and replace the vulnerable images.
133+
To protect pods running on AKS leverage [Microsoft Defender for Containers][microsoft-defender-for-containers] to detect and restrict cyber attacks against your applications running in your pods. Run continual scanning to detect drift in the vulnerability state of your application and implement a "blue/green/canary" process to patch and replace the vulnerable images.
134134

135135

136136
## Kubernetes Secrets
@@ -171,7 +171,7 @@ For more information on core Kubernetes and AKS concepts, see:
171171
[encryption-atrest]: ../security/fundamentals/encryption-atrest.md
172172

173173
<!-- LINKS - Internal -->
174-
[azure-defender-for-kubernetes]: ../defender-for-cloud/container-security.md
174+
[microsoft-defender-for-containers]: ../defender-for-cloud/defender-for-containers-introduction.md
175175
[aks-daemonsets]: concepts-clusters-workloads.md#daemonsets
176176
[aks-upgrade-cluster]: upgrade-cluster.md
177177
[aks-aad]: ./managed-aad.md

0 commit comments

Comments
 (0)