https://github.com/alexsjones/istio-service-tester
A quick chart with some simple services to test your service mesh
https://github.com/alexsjones/istio-service-tester
golang istio kubernetes mesh mtls testing
Last synced: 4 months ago
JSON representation
A quick chart with some simple services to test your service mesh
- Host: GitHub
- URL: https://github.com/alexsjones/istio-service-tester
- Owner: AlexsJones
- Created: 2020-05-22T18:49:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T13:26:14.000Z (over 5 years ago)
- Last Synced: 2025-02-14T11:51:59.365Z (8 months ago)
- Topics: golang, istio, kubernetes, mesh, mtls, testing
- Language: Go
- Size: 4.13 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Use this to test if your mesh is working.
- All code included
- Uses HTTP/2
- Creates four basic GRPC services that talk to each other.It has proven useful for sanity checks...


```
./install_services.sh
```Or customise to fit your usecase...
```
helm install test-istio . \
--set=image.repository=myproxy/tibbar/istio-service-tester:latest --set=gateway=foo.istio-system.svc.cluster.local
```