Hi @Yann ILAS ,
Akram from the AKS team here.
Yes, you can run the Azure DevOps agents as pods in AKS.
- You will need to create your own docker image from the Dockerfile mentioned here.
- Then, follow the steps here to create the needed secrets and deployments.
Please keep in mind that Docker in Docker (DIND) tasks will not be able to run due to the usage of containerd instead of docker in AKS.
Hope this helps :).
Please mark this as an answer if it did help.
Thank you.