SC-100 Exam QuestionsBrowse all questions from this exam

SC-100 Exam - Question 207


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?

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
676ae1aOption: C
Feb 2, 2025

Es una malla de servicios que proporciona mTLS, gestión de tráfico y políticas. Aunque potente, Istio puede ser complejo de instalar y gestionar, implicando un mayor esfuerzo administrativo.

Ali96Option: D
Feb 2, 2025

For the requirements of managing secrets, providing encryption, securing service-to-service communication with mTLS, and minimizing administrative effort in Azure Kubernetes Service (AKS), the best solution is Istio

jim85Option: D
Feb 3, 2025

D seems to be the answer, as per https://learn.microsoft.com/en-us/azure/aks/istio-about

424ede1Option: C
Mar 31, 2025

Dapr https://learn.microsoft.com/en-us/azure/aks/dapr-overview https://learn.microsoft.com/en-us/azure/aks/dapr-settings?tabs=cli

RoboCockOption: D
Apr 8, 2025

The best choice to meet all the requirements listed is D. Istio. Here's why: Manages Secrets: Istio can integrate with Kubernetes secrets and ensures secure handling of sensitive information. Provides Encryption: It supports mTLS (mutual TLS) encryption to secure data in transit. Secures Service-to-Service Communication: Istio enables secure service communication with mTLS encryption, ensuring data protection between microservices. Minimizes Administrative Effort: Istio streamlines service mesh management with features such as automatic sidecar injection, centralized configurations, and extensive policy enforcement, reducing the overhead of managing microservices security.

RoboCockOption: C
Apr 5, 2025

according to copilot :-) Both Dapr and Istio are excellent tools, but they serve different purposes and are suited for different scenarios. Here's a comparison to clarify why Dapr might be a better fit for your requirements.

Sails71Option: D
Apr 16, 2025

Istio enforces mTLS encryption for all inter-service communication, ensuring data is encrypted in transit. Dapr does not enforce mTLS encryption or centralized security policies.