Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 678 Bytes

Simple Service Tester ( SST )

Use this to test if Kubernetes cluster service to service communication is working. This deploys some very dumb grpc services that talk to each other. It is useful for testing if your cluster is working correctly.

  • All code included
  • Uses HTTP/2

It has proven useful for sanity checks...

Installation

git clone https://github.com/cloud-native-skunkworks/simple-service-tester.git
make install

Customisation

Look at the values.yaml file to customise the deployments and change the point to point relationships.