I am looking for a way to run Azure DevOps build agents in Kubernetes pods.
Looking for:
- AKS Kubernetes cluster where ADO can trigger its pipeline with the dependencies.
- The scaling of pods should happen as the load from the ADO will be initiating.
- Is there any default MS provided the image available currently for the build agents?
- The image should be lightweight with BuildAgents and the Zulu JDK Debian as we are running java based apps.