nerdexam
Microsoft

AZ-500 · Question #520

You have an Azure subscription that contains an Azure Kubernetes Service (AKS) cluster named AKS1. You have an Azure container registry that stores container images that were deployed by using Azure…

The correct answer is A. authorized IP address ranges. To restrict administrative access to an Azure Kubernetes Service (AKS) cluster's API server to specific networks with minimal effort, authorized IP address ranges should be configured.

Submitted by manish99· Mar 6, 2026Secure compute, storage, and databases

Question

You have an Azure subscription that contains an Azure Kubernetes Service (AKS) cluster named AKS1. You have an Azure container registry that stores container images that were deployed by using Azure DevOps Microsoft-hosted agents. You need to ensure that administrators can access AKS1 only from specific networks. The solution must minimize administrative effort. What should you configure for AKS1?

Options

  • Aauthorized IP address ranges
  • Ban Application Gateway Ingress Controller (AGIC)
  • Ca private endpoint
  • Da private cluster

How the community answered

(31 responses)
  • A
    81% (25)
  • B
    3% (1)
  • C
    10% (3)
  • D
    6% (2)

Why each option

To restrict administrative access to an Azure Kubernetes Service (AKS) cluster's API server to specific networks with minimal effort, authorized IP address ranges should be configured.

Aauthorized IP address rangesCorrect

Authorized IP address ranges directly control which external IPv4 CIDR ranges are allowed to access the AKS API server, securing the cluster's control plane to specific administrative networks. This is a straightforward configuration on an existing public AKS cluster and minimizes administrative overhead compared to other options.

Ban Application Gateway Ingress Controller (AGIC)

An Application Gateway Ingress Controller (AGIC) manages inbound HTTP/S traffic to services *within* the AKS cluster, not administrative access to the AKS control plane itself.

Ca private endpoint

While private endpoints can secure access, for the AKS API server, directly configuring authorized IP ranges on the public endpoint is simpler for restricting access based on source IPs than converting to a private cluster setup.

Da private cluster

A private cluster removes the public endpoint for the API server, requiring private network connectivity and thus involving more complex setup and administrative effort than simply whitelisting IP ranges.

Concept tested: AKS API server access control

Source: https://learn.microsoft.com/azure/aks/api-server-authorized-ip-ranges

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice