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/defender-for-containers-introduction.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Defender for Cloud is [integrated with Microsoft Defender XDR](concept-integrati
90
90
91
91
### Microsoft-maintained container images
92
92
93
-
Defender for Containers deploys container images that are maintained and updated by Microsoft as part of the runtime protection components. These images are hosted in Microsoft Container Registry (MCR).
93
+
Defender for Containers deploys container images that are maintained and updated by Microsoft as part of the runtime protection components. These images are published to Microsoft Container Registry (MCR).
94
94
95
95
Customers don't modify or patch these images directly. Microsoft maintains and updates them as part of the Defender for Containers release process.
96
96
@@ -102,6 +102,9 @@ The following images are used by Defender for Containers runtime protection comp
102
102
|`low-level-collector`| Collects low-level runtime telemetry from Kubernetes nodes |`mcr.microsoft.com/azuredefender/stable/low-level-collector`|
103
103
|`pod-collector`| Collects Kubernetes pod runtime data used for threat detection |`mcr.microsoft.com/azuredefender/stable/pod-collector`|
104
104
|`anti-malware-collector`| Collects malware detection signals for container workloads |`mcr.microsoft.com/azuredefender/stable/anti-malware-collector`|
105
+
|`old-file-cleaner`| Cleans up temporary and stale files as part of initialization workflows |`mcr.microsoft.com/azuredefender/stable/old-file-cleaner`|
106
+
|`audit-logs-enabler`| Enables audit log collection for supported environments (for example, on-premises clusters) |`mcr.microsoft.com/azuredefender/stable/audit-logs-enabler`|
107
+
|`defender-admission-controller`| Enforces runtime gating policies for Kubernetes workloads |`mcr.microsoft.com/mdc/prd/defender-admission-controller`|
105
108
106
109
Updates are delivered through the deployment mechanism used by your environment. For example:
0 commit comments