Load Testing With k6 on Azure Container Instances
In this very first post let’s explore how to run the k6 load testing tool easily and on demand on Azure Container Instances (ACIs).
Load testing is a type of performance testing where we simulate a specific workload (concurrent users accessing the system) and observe the system’s behaviour under this load.
You might already have your favourite tool for the job that you run locally or on a dedicated server from the command line. Maybe you have found it nicely packaged up on Docker Hub, pulled it to your computer and ran it that way… and started wondering how to do the same in the cloud!