https://github.com/streppel/grpc-k8s-loadbalancing
https://github.com/streppel/grpc-k8s-loadbalancing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/streppel/grpc-k8s-loadbalancing
- Owner: Streppel
- Created: 2024-01-21T13:21:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:09:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T07:12:00.338Z (10 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick and dirty experiment to see how gRPC clients interact with different types of kubernetes services. The main goal here is to analyze load balancing capabilities.
Inspired by [this](https://github.com/jtattermusch/grpc-loadbalancing-kubernetes-examples#example-1-round-robin-loadbalancing-with-grpcs-built-in-loadbalancing-policy).
# How to run
```bash
make create-cluster && make load-images && make deploy
```
Depends on having [kind](https://kind.sigs.k8s.io/) installed.
Then inspect the cluster and observe the pods logs.