You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/deploy-helm.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Install Defender for Containers sensor using Helm
3
3
description: Learn how to install the Microsoft Defender for Containers sensor on Kubernetes clusters using Helm.
4
4
author: Elazark
5
5
ms.topic: how-to
6
-
ms.date: 02/01/2026
6
+
ms.date: 02/18/2026
7
7
ms.author: elkrieger
8
8
ai-usage: ai-assisted
9
9
---
@@ -58,7 +58,7 @@ Depending on your deployment type, follow the relevant instructions to install t
58
58
59
59
- Helm version 3.8 or later (the available version supports OCI)
60
60
61
-
- Azure CLI must be [installed](/cli/azure/install-azure-cli?view=azure-cli-latest) and [logged in](/cli/azure/reference-index?view=azure-cli-latest) to an account with resource group owner role for the target cluster.
61
+
- Azure CLI must be [installed](/cli/azure/install-azure-cli?view=azure-cli-latest&preserve-view=true) and [logged in](/cli/azure/reference-index?view=azure-cli-latest&preserve-view=true) to an account with resource group owner role for the target cluster.
62
62
63
63
- Azure resource ID for the target cluster
64
64
@@ -81,7 +81,7 @@ Depending on your deployment type, follow the relevant instructions to install t
81
81
82
82
Or, run the [delete_conflicting_policies.sh](https://github.com/microsoft/Microsoft-Defender-For-Containers/blob/main/scripts/delete_conflicting_policies.sh) script with the following command:
This command removes resource group and subscription level policies for setting up the generally available (GA) version of Defender for Containers. It can affect clusters other than the one you're configuring.
@@ -92,11 +92,11 @@ Use the [install_defender_sensor_aks.sh](https://github.com/microsoft/Microsoft-
Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, and `<VERSION>` with your own values.
99
+
Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, `<NAMESPACE>`, and `<VERSION>` with your own values:
100
100
101
101
- Replace `<VERSION>` with:
102
102
- `latest` for the most recent version.
@@ -106,6 +106,11 @@ Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, a
106
106
- `stable` (default).
107
107
- `public` for the preview version.
108
108
109
+
- Replace `<NAMESPACE>` with `kube-system` if you are deploying to AKS Automatic.
110
+
111
+
> [!NOTE]
112
+
> Don’t provide this parameter for standard AKS deployments. If not specified, the default namespace is `mdc`.
113
+
109
114
- Use the `--antimalware` flag to enable antimalware scanning.
110
115
111
116
> [!NOTE]
@@ -117,7 +122,7 @@ Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, a
117
122
118
123
- Helm version 3.8 or later (the available version supports OCI)
119
124
120
-
- Azure CLI must be [installed](/cli/azure/install-azure-cli?view=azure-cli-latest) and [logged in](/cli/azure/reference-index?view=azure-cli-latest) to an account with resource group owner role for the security connector.
125
+
- Azure CLI must be [installed](/cli/azure/install-azure-cli?view=azure-cli-latest&preserve-view=true) and [logged in](/cli/azure/reference-index?view=azure-cli-latest&preserve-view=true) to an account with resource group owner role for the security connector.
121
126
122
127
- Ensure the cluster account is connected to Microsoft Defender for Cloud. Learn how to [connect your AWS account](quickstart-onboard-aws.md) or [connect your GCP project](quickstart-onboard-gcp.md) to your Defender for Cloud.
123
128
@@ -140,7 +145,7 @@ Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, a
140
145
141
146
1. Set the `kubeconfig` context to the target cluster by using the following command:
0 commit comments