Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfidelis/envoy-proxy-examples
Use cases for Envoy Proxy vanilla
https://github.com/msfidelis/envoy-proxy-examples
docker envoy envoy-proxy proxy reverse-proxy study
Last synced: 28 days ago
JSON representation
Use cases for Envoy Proxy vanilla
- Host: GitHub
- URL: https://github.com/msfidelis/envoy-proxy-examples
- Owner: msfidelis
- License: mit
- Created: 2019-09-29T14:46:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-07T19:59:20.000Z (about 4 years ago)
- Last Synced: 2024-10-02T09:18:42.839Z (about 1 month ago)
- Topics: docker, envoy, envoy-proxy, proxy, reverse-proxy, study
- Language: Dockerfile
- Homepage:
- Size: 89.8 KB
- Stars: 32
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Envoy Proxy use cases 👋
![envoy](.github/envoy-proxy-logo.png)
> Practical use cases for Envoy Proxy
## Examples
* [How to use Envoy Proxy as simple proxy to website](./vanilla_simple_router)
* [How to enable Envoy Proxy admin](./vanilla_envoy_admin)
* [How to configure HTTP path routing on Envoy Proxy](./vanilla_path_router)
* [How to configure HTTP routing by header on Envoy Proxy](./vanilla_header_router)
* [How to configure Weighted load balancing on Envoy Proxy](./vanilla_weighted_load_balancer)
* [How to configure retry policy on Envoy Proxy](./vanilla_proxy_retry)
* [How to use a HTTPS backend from Envoy Proxy (SNI)](./vanilla_proxy_to_https)
* [How to use Envoy as HTTP Load Balancer](./vanilla_load_balancer)
* [How to implement circuit breaker on Envoy Proxy](./vanilla_circuit_breaker)
* [How to add or remove headers on response with Envoy Proxy](./vanilla_add_response_headers)
* [How to add security headers by default on Envoy Proxy](./vanilla_security_headers)## References
* [Envoy Proxy on Dockerhub](https://hub.docker.com/u/envoyproxy/)
## Install
```sh
cd example_name
docker build -t example_name .
```## Author
👤 **Matheus Fidelis**
* Twitter: [@fidelissauro](https://twitter.com/fidelissauro)
* Github: [@msfidelis](https://github.com/msfidelis)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2019 [Matheus Fidelis](https://github.com/msfidelis).
This project is [MIT](LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_