Skip to content

Instantly share code, notes, and snippets.

@pjbgf
Created May 9, 2018 22:10
Show Gist options
  • Save pjbgf/f3644d03ea04d5218ea605db8e9e18f6 to your computer and use it in GitHub Desktop.
Save pjbgf/f3644d03ea04d5218ea605db8e9e18f6 to your computer and use it in GitHub Desktop.
Azure AKS VM metadata sample
{
"compute":
{
"location": "westeurope",
"name": "aks-nodepool1-XXXXXXXXXX-1",
"offer": "UbuntuServer",
"osType": "Linux",
"placementGroupId": "",
"platformFaultDomain": "0",
"platformUpdateDomain": "2",
"publisher": "Canonical",
"resourceGroupName": "MC_resourcegroupname_cluster_name_westeurope",
"sku": "16.04-LTS",
"subscriptionId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX",
"tags": "creationSource:aks-aks-nodepool1-XXXXXXXXXX-2;orchestrator:Kubernetes:1.9.6;poolName:nodepool1;resourceNameSuffix:XXXXXXXXXX",
"version": "16.04.201804050",
"vmId": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXX",
"vmSize": "Standard_DS1_v2"
},
"network":
{
"interface":
[
{
"ipv4":
{
"ipAddress":
[{
"privateIpAddress": "10.240.0.6",
"publicIpAddress": ""
}],
"subnet": [{ "address": "10.240.0.0", "prefix": "16" }]
},
"ipv6": { "ipAddress": [] }, "macAddress": "000-----87"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment