Azure / azure-workload-identity

Azure AD Workload Identity uses Kubernetes primitives to associate managed identities for Azure resources and identities in Azure Active Directory (AAD) with pods.

Home Page:https://azure.github.io/azure-workload-identity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context for commands?

gstevens-kyriba opened this issue · comments

Is there some assumption made here that I'm using WSL??

The pre-requisites say:
Prerequisites
Azure CLI (≥2.32.0)
with aks-preview CLI extension installed (≥0.5.50)
Helm 3
A Kubernetes cluster with version ≥ v1.20

Nothing mentions where I should run these commands?

Follow the cluster-specific setup guide below before deploying Azure AD Workload Identity:

This install mentions using the EXPORT command, which wont work in a Windows cmd promt, but would in a Could Shell or a WSL environment. - https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html

The this link assumes I have brew installed? Windows? Linux? Cloud Shell? These is no brew in CMD or Cloud shell.
https://azure.github.io/azure-workload-identity/docs/installation/azwi.html

I don't normally use WSL, but use a cloud shell instead. I prefer Powershell over bash or CLIs as well.