You work as a Kubernetes Platform Engineer for MDFT Pro, a well-known training agency that delivers certification courses to students worldwide. Mark, the Container Orchestration Lead, is developing a comprehensive AKS-based solution for the Container Learning Lab that students use to practice Kubernetes skills. The solution includes a custom VNet for network isolation, Azure Container Registry images for pre-built training containers, and an Azure Storage account for persistent course data. The platform must support dynamic creation and management of all Azure resources directly from within the AKS cluster—for example, when students create a lab environment, the application running in AKS should automatically provision storage accounts, configure network resources, and pull images from ACR using Azure Resource Manager APIs. You need to configure the AKS cluster to enable this dynamic resource management capability.
Solution: Enable the Azure Policy Add-on for Kubernetes to connect the Azure Policy service to the Gatekeeper admission controller for the AKS cluster. Apply a built-in policy to the cluster.
Does the solution meet the requirements?
Choose the correct answer from the options below.
Explanations for each answer: