0
votes

To deploy services via Azure Devops to my kubernetes cluster, I need to create a Kubernetes Service Connection manually. I want to automate this by creating the service connection dynamically in Azure DevOps so I can delete and recreate the cluster and deployment. Is this possible? How can I do this?

1
where is your cluster located? are you using AKS?Markus Dresch
On azure (AKS), I create it via Terraform.Frank van der Meulen

1 Answers

1
votes

you can create the service endpoint using the azure devops api, check this out for api detail

this might be related