How to automate Azure DevOps Kubernetes Service Connection to Cluster?

7/12/2019

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?

-- Frank van der Meulen
azure-devops
kubernetes

1 Answer

7/13/2019

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

this might be related

-- Nadeem Hussain
Source: StackOverflow