nerdexam
CompTIA

XK0-005 · Question #723

Which of the following is a benefit of a service mesh?

The correct answer is A. Encrypted communication between two services in a Kubernetes environment. A service mesh provides secure, encrypted communication between microservices in a Kubernetes environment. It also provides features like traffic management, observability, and load balancing at the network layer. The most popular service mesh implementations, such as Istio…

Security

Question

Which of the following is a benefit of a service mesh?

Options

  • AEncrypted communication between two services in a Kubernetes environment
  • BDirect access to the Kubernetes API services through the use of tokens
  • CElevated privileges in a Kubernetes pod to allow root access in a hardened cluster
  • DCreating PVCs in a Kubernetes cluster to store and manage persistent data

How the community answered

(64 responses)
  • A
    91% (58)
  • B
    2% (1)
  • C
    2% (1)
  • D
    6% (4)

Explanation

A service mesh provides secure, encrypted communication between microservices in a Kubernetes environment. It also provides features like traffic management, observability, and load balancing at the network layer. The most popular service mesh implementations, such as Istio, handle security by enforcing mutual TLS (mTLS) encryption between services, ensuring data privacy and integrity.

Topics

#Service Mesh#Kubernetes#mTLS#Communication Security

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice