I am new to K8S and K6. I am using Thanos in my project.
Thanos Query component uses StoreAPI on gRPC protocol. I am trying to stress test Thanos Query using K6 gRPC.
I deploy my project on Azure Kubernetes Cluster along with observability stack including K6 operator.
I have following queries:
- How to use .proto files in Kuberenetes Cluster? Do I upload them in Kubernetes and refer in my test script? If so, how?
- How can I refer to nested .proto files? This is the main .proto file that I would like to refer to. It contains reference to other .proto files.