AZ-500 · Question #320
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements…
The correct answer is B. No. An AKS Ingress controller is used for external access to services within an AKS cluster, not for enabling outbound access from standalone Docker containers on a VM to Azure services via a service endpoint.
Question
Options
- AYes
- BNo
How the community answered
(46 responses)- A28% (13)
- B72% (33)
Why each option
An AKS Ingress controller is used for external access to services within an AKS cluster, not for enabling outbound access from standalone Docker containers on a VM to Azure services via a service endpoint.
An AKS Ingress controller's function is unrelated to enabling outbound access from a VM's Docker containers to Azure Storage and Azure SQL via service endpoints.
An AKS Ingress controller is used for managing external access to services within an Azure Kubernetes Service (AKS) cluster, typically for HTTP/S routing, not for enabling outbound access from standalone Docker containers on a VM to Azure Storage and Azure SQL databases via a service endpoint. Service endpoint access is managed by VNet service endpoint configuration and possibly network security group rules.
Concept tested: AKS Ingress Controller and Service Endpoints
Source: https://learn.microsoft.com/en-us/azure/aks/ingress-basic
Community Discussion
No community discussion yet for this question.