Add AKS Cluster to local vanilla K8S with ArgoCD installed using Workload Identity #21892
razvanflorin97
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need a little bit of help. I am looking into the documentation of adding an AKS cluster using workload identity. My ArgoCD cluster is a local K8S cluster and I want to add an AKS cluster using workload identity method. I have the 2 service accounts on my ArgoCD cluster that I can add the annotations "azure.workload.identity/client-id" and "azure.workload.identity/tenant-id".
But I don't understand the part with federated credentials. I can mention there these 2 service accounts (that exists on the local K8S cluster) but is this enough to add the AKS cluster to my local cluster using workload identity or is something that I miss here? Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions