Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Kubernetes Patterns; Sidecar Patterns, Service Mesh Pattern

Pragya Keshap answered on February 3, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


Kubernetes Patterns; Sidecar Patterns, Service Mesh Pattern

0

When Sidecar pattern is useful ?

When the services/components are implemented with multiple languages or technologies.

A service/component must be co-located on the same container group (pod) or host where primary application is running.

A service/component is owned by remote team or different organization.

A service which can be independently updated without the dependency of the primary application but share the same lifecycle as primary application.

If we need control over resource limits for a component or service.

Examples:

1. Adding HTTPS to a Legacy Service

2. Dynamic Configuration with Sidecars

3. Log Aggregator with Sidecar

https://medium.com/nerd-for-tech/microservice-design-pattern-sidecar-sidekick-pattern-dbcea9bed783

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 03 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.