Skip to content

Instantly share code, notes, and snippets.

View StraysWonderland's full-sized avatar

Cagri Tasci StraysWonderland

View GitHub Profile
@StraysWonderland
StraysWonderland / ArgoOnAzureAKS.md
Last active November 20, 2022 13:18
Workflow to install argocd on an AKS cluster

Login to Azure CLI

Login to azure

az login

get aks credentials which will be stored in the kubeconfig

 az aks get-credentials --name <resourcename> --resource-group <resourcegroup>