GoogleCloudPlatform / microservices-demo

Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
https://cymbal-shops.retail.cymbal.dev
Apache License 2.0
17.07k stars 7.35k forks source link

feat(loadgenerator): allow customizing frontend protocol #2775

Open aslafy-z opened 1 month ago

aslafy-z commented 1 month ago

Background

I would like to point locust to my nginx ingress instead of the service.

Change Summary

This PR adds support for customizing the protocol locust uses while querying the online-boutique website.

Additional Notes

Backwards compatible.

Testing Procedure