Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing AKS kubeconfig file from Azure DevOps artifact #312

Open
sudheerkaramchand opened this issue Aug 7, 2023 · 2 comments
Open

Accessing AKS kubeconfig file from Azure DevOps artifact #312

sudheerkaramchand opened this issue Aug 7, 2023 · 2 comments

Comments

@sudheerkaramchand
Copy link

sudheerkaramchand commented Aug 7, 2023

I have a new requirement to manage the existing deployed AKS clusters that stores the kubeconfig individual files in Azure artifacts and should retrieve them to another pipeline to run post AKS deployment activities such as namespace creation, etc through Ansible playbooks.

Is there a way this can be achieved. Thank you.

Tasks

No tasks being tracked yet.
@weinong
Copy link
Contributor

weinong commented Aug 9, 2023

Do you mean passing the kubeconfig, or any build artifacts in general, from one ADO pipeline to another?

@sudheerkaramchand
Copy link
Author

@weinong Thank you for your response.
Yes I have to pass the kubeconfig from Artifacts. Below is my scenario.
I have an AKS cluster created through ADO using Terraform which stores the kubeconfig file in Artifacts, now the cluster has to be managed/upgraded through Ansible playbooks where the code should call the kubeconfig file from Azure artifacts. I need a sample code where this will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants