Skip to content

Commit a502014

Browse files
authored
Add note on using cluster connect
1 parent adaa4df commit a502014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AKS-Arc/workload-identity.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ $MSIPrincipalId=$(az identity show --resource-group $resource_group_name --name
169169

170170
Create a Kubernetes service account and annotate it with the client ID of the managed identity created in the previous step:
171171

172+
Use cluster connect to access your cluster from a client device. Learn more about this [here](/azure/azure-arc/kubernetes/cluster-connect?tabs=azure-cli%2Cagent-version#access-your-cluster-from-a-client-device).
172173
```azurecli
173174
az connectedk8s proxy -n $aks_cluster_name -g $resource_group_name
174175
```

0 commit comments

Comments
 (0)