An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Hello Sruthisha,
Thank you for your question. You are correct that enabling Microsoft Defender for Containers at the subscription level is an important prerequisite; however, this alone does not automatically enable the Defender profile on existing AKS clusters.
The recommendation “Azure Kubernetes Service clusters should have Defender profile enabled” specifically checks whether the Defender profile (securityProfile.defender) is enabled on each AKS cluster so that the Defender sensor is deployed to the nodes for runtime threat protection.
Recommended and Supported Remediation
The supported and recommended approach is to enable the Defender profile directly on the affected AKS clusters. This can be done either via the Quick Fix option in Microsoft Defender for Cloud or manually.
- The Quick Fix deploys the Defender sensor (DaemonSet) and required configuration to the cluster.
- This action does not restart nodes or workloads and is designed to have minimal performance impact, as it only collects security telemetry and runtime signals.
Link :
Alternative approach If you prefer a controlled rollout:
- Enable the Defender profile using Azure CLI or Infrastructure as Code (ARM/Bicep).
- You can selectively enable or disable Defender components (such as the Defender sensor or Azure Policy add‑on) after deployment.
Link :
https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-containers-azure-configure
- Enabling the Defender profile does not modify application workloads
- No pod restarts or cluster downtime are introduced
- The deployed Defender sensor runs as a DaemonSet and is designed for low overhead monitoring
Microsoft explains that the Defender profile deploys an agent only to collect security events and signals, not to interfere with application traffic or scheduling.
If the recommendation continues to appear after enabling the Defender profile, or if you observe any unexpected behavior, please let us know. We are happy to assist further and review the cluster configuration in detail.
Kindly add your observations or questions in the Comment section, and we will respond promptly.
Thanks.
Manish