ganrad / Az-DevOps-Agent-On-AKS

Build and deploy Azure DevOps Pipeline agent in a container on Azure Kubernetes Service. Elastically scale the DevOps build infrastructure.
42 stars 48 forks source link

Feature Request - Autoscaling #10

Open novotnej opened 2 years ago

novotnej commented 2 years ago

The agent running in AKS works like a charm, but it would be super convenient if I could have only one (or 0) running at all times, and a new pod would get created for every build, then killed after it's finished.

Any ideas on how to achieve that?

pauldotknopf commented 8 months ago

I've done something like this in a simple way:

https://pknopf.com/post/2020-06-22-clean-builds-with-self-hosted-azure-pipelines-and-github-actions/