Introduction
Sometimes applications need help managing network traffic and security. A sidecar proxy like Envoy runs alongside your app to handle these tasks without changing your app code.
When you want to add secure communication between microservices without changing their code
When you need to monitor and control traffic going in and out of your application
When you want to add retries or timeouts to your app's network calls easily
When you want to collect detailed logs and metrics about your app's network traffic
When you want to isolate network features from your app for easier updates and maintenance