DevOps
Containers
Tutorials
Kubernetes
Design Patterns
Cloud Native
Docker
services
Microservices
kubernetesio
Patterns
Deployments
Log shipping
side car
log aggregation
Sep 23, 2019
The Sidecar Pattern
Sidecar container is a second container added to the Pod definition. It needs to use the same resources being used by the main container.
Read More