Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arsenvlad/azure-load-testing-aks-example
- Owner: arsenvlad
- License: mit
- Created: 2021-12-15T22:51:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T15:05:54.000Z (about 1 year ago)
- Last Synced: 2023-11-01T16:25:49.904Z (about 1 year ago)
- Language: Bicep
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.