XK0-005 · Question #1469
XK0-005 Question #1469: Real Exam Question with Answer & Explanation
The correct answer is D: Service mesh. "A service mesh controls the delivery of service requests in an application. Common features provided by a service mesh include service discovery, load balancing, encryption and failure The technology that provides load balancing, encryption, and observability in containerized en
Question
Which of the following technologies provides load balancing, encryption, and observability in containerized environments?
Options
- AVirtual private network
- BSidecar pod
- COverlay network
- DService mesh
Explanation
"A service mesh controls the delivery of service requests in an application. Common features provided by a service mesh include service discovery, load balancing, encryption and failure The technology that provides load balancing, encryption, and observability in containerized environments is service mesh. A service mesh is a dedicated infrastructure layer that manages the communication and security between microservices in a distributed system. A service mesh consists of two components: a data plane and a control plane. The data plane is composed of proxies that are deployed alongside the microservices as sidecar pods. The proxies handle the network traffic between the microservices and provide features such as load balancing, encryption, authentication, authorization, routing, and observability. The control plane is responsible for configuring and managing the data plane and providing a unified interface for the administrators and developers. A service mesh can help improve the performance, reliability, and security of containerized applications and simplify the development and deployment process. A service mesh is the technology that provides load balancing, encryption, and observability in containerized environments.
Topics
Community Discussion
No community discussion yet for this question.