github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/examples/azure/kubernetes.json (about) 1 { 2 "apiVersion": "vlabs", 3 "properties": { 4 "orchestratorProfile": { 5 "orchestratorType": "Kubernetes" 6 }, 7 "masterProfile": { 8 "count": 1, 9 "dnsPrefix": "", 10 "vmSize": "Standard_D2_v2" 11 }, 12 "agentPoolProfiles": [ 13 { 14 "name": "agentpool1", 15 "count": 1, 16 "vmSize": "Standard_NC6", 17 "OSDiskSizeGB": 200, 18 "availabilityProfile": "AvailabilitySet" 19 } 20 ], 21 "linuxProfile": { 22 "adminUsername": "azureuser", 23 "ssh": { 24 "publicKeys": [ 25 { 26 "keyData": "" 27 } 28 ] 29 } 30 }, 31 "servicePrincipalProfile": { 32 "clientId": "", 33 "secret": "" 34 } 35 } 36 }