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 49 forks source link

Is the DinD container required? #13

Open trentmillar opened 2 months ago

trentmillar commented 2 months ago

First off - Great job on this!

I just deployed and tested a pipeline from the pool created using these steps and the chart. Everything worked as expected but I have a concern about the DinD container so I removed it from the Deployment. After doing so my pipeline still runs fine.

My question is what is the point of this and in what situation is it used? -> https://github.com/ganrad/Az-DevOps-Agent-On-AKS/blob/11a5bcd50f6fe403e413098bebb7fa2d4c50c528/devops-agent/templates/deployment.yaml#L54-L67