Sidecar pattern
Deploy components of an application into a separate process or container to provide isolation and encapsulation. This pattern can also enable applications to be composed of heterogeneous components and technologies.
This pattern is named Sidecar because it resembles a sidecar attached to a motorcycle. In the pattern, the sidecar is attached to a parent application and provides supporting features for the application. The sidecar also shares the same lifecycle as the parent application, being created and retired alongside the parent. The sidecar pattern is sometimes referred to as the sidekick pattern and is a decomposition pattern.
https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar
Really?
On Sun, Apr 14, 2019, 8:18 AM Narendra Pathai [email protected] wrote:
Deploy components of an application into a separate process or container to provide isolation and encapsulation. This pattern can also enable applications to be composed of heterogeneous components and technologies.
This pattern is named Sidecar because it resembles a sidecar attached to a motorcycle. In the pattern, the sidecar is attached to a parent application and provides supporting features for the application. The sidecar also shares the same lifecycle as the parent application, being created and retired alongside the parent. The sidecar pattern is sometimes referred to as the sidekick pattern and is a decomposition pattern.
https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iluwatar/java-design-patterns/issues/871, or mute the thread https://github.com/notifications/unsubscribe-auth/AvS2k51o34VXpxUPXIKPEkF-Ob91MIJuks5vgyqogaJpZM4cunI- .
Hi, @npathai I would like to take this pattern. Thanks!
Yes, go ahead @ormalka12
@ormalka12 still working on this?
I sorry no:(
בתאריך יום א׳, 31 במאי 2020, 11:25, מאת Ilkka Seppälä < [email protected]>:
@ormalka12 https://github.com/ormalka12 still working on this?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iluwatar/java-design-patterns/issues/871#issuecomment-636439315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4RJP3WARPJXIQ5FMZ7N3DRUIH6BANCNFSM4HF2OI7A .
This issue is free for taking again.
https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar
I guess this pattern is rather more of a docker/k8s configuration than java code. Am I wrong?
I guess this pattern is rather more of a docker/k8s configuration than java code. Am I wrong?
@iluwatar ~and the mailing list members~ What are your thoughts on this?
It's a cloud pattern so I would like to see it implemented using AWS or some other cloud platform like here: https://github.com/iluwatar/java-design-patterns/tree/master/cloud-static-content-hosting. The sidecar could be a Docker container running alongside the information system. The platform to demonstrate this could be EC2 instance running Docker containers, ECS, EKS etc.
@ohbus sorry I didn't get what you mean by mailing list members..?
@ohbus sorry I didn't get what you mean by mailing list members..?
Sorry, might have been a typo while copy pasting in a hurry.