# Get available versions of k8s in a region

```
REGION=westus2 # This will vary depending on the region you're using
az aks get-versions --location $REGION -o table
```

Resource: [https://gist.github.com/yokawasa/fd9d9b28f7c79461f60d86c23f615677#aks-cheat-sheet](https://gist.github.com/yokawasa/fd9d9b28f7c79461f60d86c23f615677#aks-cheat-sheet)