Description: A blog about software engineering, architecture and serverless offerings on Azure.
software (35447) architecture (13651) cloud (8706) azure (1410) functions (511) serverless (233)
After covering the basics about k6 and ACIs , we still haven’t run our own tests. We saw that k6 can grab a JavaScript load test file from the web, and initiate requests to the endpoint(s) specified there. It means we can do the same and host a test file ourselves in our GitHub repo or anywhere else where it’s publicly accessible!
Before doing that though… Let’s see how to write these tests.
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).