Open Breee opened 5 months ago
Hi @Breee thank you for your question!
We don't have plans for the this yet, but you are welcome to create PR with the concept if you think that the following changes will be useful to the agent.
Thanks!
Some guidance would be good on components that would be involved in this. (Or at least some architecture docs)
I think you have some similar functionality when defining container Images in yaml pipelines which could be reused in parts https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops
For k8s we could just use https://github.com/kubernetes-client/csharp to spawn pods and do whatever is necessary to get back what we need to send back to azure devops (logs, artifacts, etc)
I'd like to come back to this soon @vmapetr -> can someone provide some guidance?
Describe your feature request here
Greetings,
I would like to create a concept fot a Kubernetes Operator/Controller/Executor that is able to:
Conceptionally it would be similar to the gitlab runner kubernetes executor: https://docs.gitlab.com/runner/executors/kubernetes/