I’ve been looking for documentation on how to setup clusters. I was not sure if there was any setup needed as I start my docker container to serve as a cluster orr do i just start an instance and tell do k6 run --remote=xxx.xxx.xxxx (im not even sure if this is really how it runs, i just found on some google result). I haven’t been successful so far. Any info would help
There’s currently no way to setup a cluster with k6, sorry. This is the open issue that is used for tracking the effort. We’re making some progress, like the execution segments being worked on in #1007, but we’re not quite there yet. At the moment, you can use the Load Impact cloud execution or, if you want to execute multiple k6 instances on your own hardware, you can try to control them via their REST APIs.