Skip to content

This is an example of the Terraform modular deployment for AKS

Notifications You must be signed in to change notification settings

ParisaMousavi/enterprise-aks

Repository files navigation

Push changes in Azure DevOps Repo & GitHub

git remote add origin https://p-moosavinezhad@dev.azure.com/p-moosavinezhad/az-iac/_git/enterprise-aks

git remote set-url --add --push origin https://github.com/ParisaMousavi/enterprise-aks.git

git remote set-url --add --push origin https://p-moosavinezhad@dev.azure.com/p-moosavinezhad/az-iac/_git/enterprise-aks

Create a new tag

git tag -a <year.month.day> -m "description"

git push origin <year.month.day>

  • git tag -a 2022.11.30 -m "aks operation scaling video"; git push origin 2022.11.30;

https://stacksimplify.com/azure-aks/create-aks-nodepools-using-terraform/

Install ML Extension

az k8s-extension create --name proja-ml-ext-app-dev-weu
--extension-type Microsoft.AzureML.Kubernetes
--config enableTraining=True
enableInference=True
inferenceRouterServiceType=LoadBalancer
allowInsecureConnections=True
inferenceLoadBalancerHA=False
--cluster-type managedClusters
--cluster-name proja-aks-app-dev-weu
--resource-group proja-rg-for-arc-dev-weu
--scope cluste

Links

About

This is an example of the Terraform modular deployment for AKS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published