Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linux-china/envoy-demo
Envoy proxy for MySQL, httpbin, gRPC with Prometheus & Grafana
https://github.com/linux-china/envoy-demo
envoy envoyproxy grafana pro prometheus
Last synced: 15 days ago
JSON representation
Envoy proxy for MySQL, httpbin, gRPC with Prometheus & Grafana
- Host: GitHub
- URL: https://github.com/linux-china/envoy-demo
- Owner: linux-china
- Created: 2018-08-14T19:00:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T23:31:08.000Z (about 6 years ago)
- Last Synced: 2024-12-24T23:43:26.014Z (16 days ago)
- Topics: envoy, envoyproxy, grafana, pro, prometheus
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Envoy demo
==========
Envoy demo with httpbin(local), google(remote), mysql(tcp proxy), grpc configuration.# Usage
* Use docker-compose to start all services
* Open http://localhost:3000/ to visit Grafana dashboard, the account is admin/admin# Envoy testing
* MySQL: password is 123456
```
mysql -h 127.0.0.1 -P 3307 -u root -p demo
```* httpbin
```
curl http://localhost:10800/ip
```* grpc testing: please install evans from https://github.com/ktr0731/evans first
```
cd proto
evans
```* google service test
```
curl http://localhost:10000/
```