k6 応用編 k6は基本的に、シングルプロセス(1台)で動作するツール クラスタリングの仕組みは公式には提供されていない Unless you need more than 100,000-300,000 requests per second (6-12M requests per minute), a single instance of k6 is likely sufficient for your needs. https://k6.io/docs/testing-guides/running-large-tests/ 公式 「10〜30万req/secぐらいは1インスタンスでいけるで」(チューニング頑張れば) 分散実行をk8sでやる方法も紹介はされているが… https://k6.io/blog/running-distributed-tests-on-k8s/