Skip to content

Instantly share code, notes, and snippets.

@alexeldeib
Created October 7, 2020 19:07
Show Gist options
  • Save alexeldeib/f677497c77b4a1bef327928cab45390e to your computer and use it in GitHub Desktop.
Save alexeldeib/f677497c77b4a1bef327928cab45390e to your computer and use it in GitHub Desktop.
AKS-Engine DNS debugging
{
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.18.8",
"kubernetesConfig": {
"loadBalancerSku": "Standard",
"excludeMasterFromStandardLB": true,
"useManagedIdentity": true,
"networkPlugin": "azure",
"networkPolicy": "azure"
}
},
"masterProfile": {
"count": 1,
"dnsPrefix": "",
"vmSize": "Standard_D2_v3"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 3,
"osDiskSizeGB": 80,
"vmSize": "Standard_D8s_v3",
"storageProfile": "Ephemeral",
"availabilityProfile": "VirtualMachineScaleSets"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment