TLS Load Test
Closed this issue · 4 comments
alongir commented
Current:
- The following repo, is used to load test the Worker: https://github.com/kubeshark/k8s-cluster-load-test
- So far it's HTTP only
- It's more challenging to test HTTPS
- Creating an HTTPS client-server is challenging
Requested:
- Extend the K8s-cluster-load test to include HTTPS traffic.
- Add an HTTPS server
- Create a client that loads the https server
- Enable control similar to what the repo offers currently.
corest commented
Solved
alongir commented
@corest, for now can you replace the image with a non-stripped go binary image?
While I don't fully understand this, it appears our eBPF solution is unable to intercept stripped go binary images.
corest commented
done again)