I’m looking for load/soak testing tool which can scale horizontally (preferably in k8s clusters).
I know that k6 distribution support is not there yet, but I’m thinking about just taking advantage of running a bunch of k6 independent instances using a k8s Job controller and call it a day.
I like k6 so far but haven’t seen any references about using it for testing gRPC services which is one of the main protocols we use for services and, looking forward, we are moving on to migrate most plain-HTTP-based services to gRPC.
I know that we might be able to use k6 HTTP/2 support for testing gRPC services but, that would miss a lot of opportunities for testing specific gRPC features and use gRPC-related abstractions.
As a stepping stone, soon after we release k6 v0.27.0 (hopefully today), we plan to add support for plugins in k6 (https://github.com/loadimpact/k6/pull/1396). So, it’s probably a good idea to first have a gRPC PoC as a k6 plugin, and merge it in the core after we’ve polished the rough edges.
k6 now supports unary gRPC communication as of v0.29.0!
For an introduction on how to test gRPC servers using k6, see this just-published blog article: