az login
cd terraform
terraform init
terraform plan
terraform apply
https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-using-native-package-management
az aks get-credentials --resource-group rg_aks --name mat-aks
If you noteice it mentions a windows directory as the location it merged context, install the az client into wsl properly using the below, then restart the terminal
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
kubectl get nodes