Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajsalemo/container-apps-scaling-examples
Various examples of Container Apps using KEDA scaling
https://github.com/ajsalemo/container-apps-scaling-examples
azure azure-container-apps containers docker k8s keda keda-scalers kubernetes linux microservice unix
Last synced: 7 days ago
JSON representation
Various examples of Container Apps using KEDA scaling
- Host: GitHub
- URL: https://github.com/ajsalemo/container-apps-scaling-examples
- Owner: Ajsalemo
- Created: 2022-07-20T22:10:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T00:30:49.000Z (over 1 year ago)
- Last Synced: 2023-03-03T22:14:04.190Z (over 1 year ago)
- Topics: azure, azure-container-apps, containers, docker, k8s, keda, keda-scalers, kubernetes, linux, microservice, unix
- Language: Java
- Homepage:
- Size: 8.35 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# container-apps-scaling-examples
Various examples of Azure Container Apps using KEDA scalingThe ARM template within the `deployment` folder of the following examples contains the scale rules for enabling KEDA scaling on Azure Container Apps. These contain runnable examples, as long as the associated resources are created (eg., Service Bus, Storage Queue, etc.)
The `deployment` folder contains the following two files:
- `armdeploy.json` - A deployable ARM template with said scaling rules enabled.
- `arm-deploy-command.txt` - A file containing the command to deploy the example. Copy and paste this into your terminal when wanting to deploy the example.Ensure the `Dockerfile` is built and pushed to Azure Container Registry and all needed environment variables are set prior to deployment.