SC-100 · Question #253
You have an Azure subscription. You plan to deploy multiple containerized microservice-based apps to Azure Kubernetes Service (AKS). You need to recommend a solution that meets the following…
The correct answer is D. Istio. Istio is the correct choice because it is a full-featured service mesh for Kubernetes that natively addresses all stated requirements with minimal administrative effort when deployed as an AKS add-on. Istio provides automatic mutual TLS (mTLS) between services (zero-trust…
Question
You have an Azure subscription. You plan to deploy multiple containerized microservice-based apps to Azure Kubernetes Service (AKS). You need to recommend a solution that meets the following requirements:
- Manages secrets
- Provides encryption
- Secures service-to-service communication by using mTLS encryption
- Minimizes administrative effort
What should you include in the recommendation?
Options
- AFlux
- BEnvoy
- CDapr
- DIstio
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C5% (1)
- D80% (16)
Explanation
Istio is the correct choice because it is a full-featured service mesh for Kubernetes that natively addresses all stated requirements with minimal administrative effort when deployed as an AKS add-on. Istio provides automatic mutual TLS (mTLS) between services (zero-trust service-to-service encryption and authentication), integrates with external secrets managers, and enforces traffic encryption transparently via sidecar proxies - without requiring code changes in the microservices themselves. Flux (A) is a GitOps continuous delivery tool with no security/encryption features. Envoy (B) is the underlying proxy used by service meshes, but it is not a complete solution - it requires significant manual configuration for mTLS and secrets management. Dapr (C) provides some security primitives and secrets management but does not natively provide automatic mTLS service mesh capabilities at the level Istio does.
Topics
Community Discussion
No community discussion yet for this question.