You have an Azure subscription that contains an Azure container registry named Contoso2020.
You plan to create an Azure Kubernetes Service (AKS) cluster named AKS1 that has the following settings:
• Kubernetes version: 1.22.4
• Node pools:1
• Virtual nodes: Disabled
• Authentication method: Service principal
• Network configuration: Basic
You need to ensure that you can integrate AKS1 and Contoso2020.
Which AKS1 settings should you modify?
A. Kubernetes version
B. Virtual nodes
C. Authentication method
D. Network configuration

Respuesta :

Answer:

To integrate an Azure Kubernetes Service (AKS) cluster named AKS1 with an Azure container registry called Contoso2020, you must modify the AKS1 authentication method.

The correct answer is:

C. Authentication method

Explanation:

To integrate AKS1 and Contoso2020, you must use the same authentication method for both services. Since Contoso2020 is an Azure container registry, it requires authentication using a service principal.

By default, AKS uses Azure Active Directory (AAD) integration for authentication. However, in this scenario, you need to modify the authentication method to use a service principal to match the requirements of Contoso2020.

After modifying the authentication method to use a service principal, you can configure AKS1 to authenticate and pull container images from Contoso2020 by providing the required credentials and permissions.

Therefore, to ensure integration between AKS1 and Contoso2020, you should modify the AKS1 settings to change the authentication method.