azure devops and deploy app in k8s with pipelines

Sebastian Pacheco 371 Reputation points
2024-03-03T18:15:23.3866667+00:00

I was testing and practicing with azure devops and a kubernetes cluster (AKS)... I have a repository in github and a pipeline in devops which is connected to git, so when I make a change in the git branch it uploads the image in azure regestry and then the automatic deployment in the cluster, but to achieve this I had to activate the local users of the cluster, if not, it gave me an error when making the connection and wanting to search for the namespace.

If I do not activate the local users of the cluster, is it possible for Azure Devops to deploy to K8s?

Thanks !!

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. VasimTamboli 5,535 Reputation points MVP
    2024-03-03T19:09:41.8366667+00:00

    Hi Sebastian

    Did you tried Creating service principle in azuredevops? PFA screenshot attached. User's image

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.