Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arsenvlad/azure-load-testing-aks-example

Simple example of using Azure Load Testing against a simple web app running in AKS
https://github.com/arsenvlad/azure-load-testing-aks-example

Last synced: 3 days ago
JSON representation

Simple example of using Azure Load Testing against a simple web app running in AKS

Awesome Lists containing this project

README

        

# Azure Load Testing - AKS Example

Simple example of using [Azure Load Testing (preview)](https://docs.microsoft.com/en-us/azure/load-testing/overview-what-is-azure-load-testing) against a simple web app running in AKS.

## Deploy AKS cluster and app using GitHub Action

Run [azure-deploy-aks](../../actions/workflows/azure-deploy-aks.yml) workflow

!["Deploy AKS using GitHub Action"](images/github-action-aks-deploy.png)

## Create Azure Load Testing resource

Run [azure-deploy-loadtestservice](../../actions/workflows/azure-deploy-loadtestservice.yml) workflow

> The service principal used by the GitHub Action must have Owner role to be able to assign "Load Test Owner" role to itself.

## Load Test

The GitHub Actions workflow [azure-run-loadtest](../../actions/workflows/azure-run-loadtest.yml) runs the netty_hello_test on schedule every X minutes. The workflow can also be invoked manually.