How does k6 help to test an individual microservice performance on k8s?

Hi,

I’m pretty new to k6, I just want to understand how k6 helps my small microservice with performance testing. Is this a tooling framework or does it provide an environment where users get repeatable and predictable test results?

Br, Teja

Hi @Teja , i have a little expiriencie with K6 and i can tell you that K6 is a very complete tool for performance testing like Jmeter or Locust, K6 can be used in your local machine or in the cloud (it has a limit feature for free suscription in cloud as always, but if you want more you can pay); as far as i know K6 doesn’t provide an environment for your application, it test your application in your own environment (local, cloud, etc). Hope it helps.

1 Like