https://github.com/fortio/fortio-demo-chart
Sample fortio chart for kubernetes and multi layers
https://github.com/fortio/fortio-demo-chart
Last synced: 4 months ago
JSON representation
Sample fortio chart for kubernetes and multi layers
- Host: GitHub
- URL: https://github.com/fortio/fortio-demo-chart
- Owner: fortio
- License: apache-2.0
- Created: 2024-02-23T02:26:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T03:00:36.000Z (over 1 year ago)
- Last Synced: 2024-02-24T03:32:38.263Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fortio-demo-chart
Sample fortio chart for kubernetes and a depth of 3 layers of services with both TCP and http:
If you enter in layer A (the client UI) http://fortio-b-http-parallel:8088/echo?size=100&status=555:2
which means go through the b layer parallel proxy which in turn will make 2 requests to C1, C2
(will reach both http://fortio-c1-http:8080/echo and http://fortio-c2-http:8080/echo in parallel)
and get responses of 100bytes with 2% of 555 and 98% of success/200s
(from either so outcome should be higher than 2% combined error rate)
You get the following expected graph for the run:

And on Kiali

Then if you use Jaeger or Tempo you can see:
