Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/streppel/grpc-k8s-loadbalancing
https://github.com/streppel/grpc-k8s-loadbalancing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/streppel/grpc-k8s-loadbalancing
- Owner: Streppel
- Created: 2024-01-21T13:21:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:09:08.000Z (12 months ago)
- Last Synced: 2024-10-14T16:31:02.643Z (3 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.