Connect to Arc

LOCATION=uksouth
RESOURCE_GROUP=arc4k8s-$LOCATION
az connectedk8s connect -n Arc-K3s-Demo -g $RESOURCE_GROUP --kube-config ~/.kube/$RESOURCE_GROUP.config

LOCATION=westeurope
RESOURCE_GROUP=arc4k8s-$LOCATION
az connectedk8s connect -n Arc-K3s-Demo -g $RESOURCE_GROUP --kube-config ~/.kube/$RESOURCE_GROUP.config

KQL and Resource Graph

resources
| where type == 'microsoft.kubernetes/connectedclusters'
| project name, distribution=properties.distribution, version=properties.kubernetesVersion

Help us improve

Azure Citadel is a community site built on GitHub, please contribute and send a pull request

 Make a change