An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# istio-service-tester

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...

![](images/tour.gif)

![](images/3.png)

```
./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
```