Skip to content

Simple Terraform scripts to create an AKS cluster and ACR associated with the cluster.

License

Notifications You must be signed in to change notification settings

siliang-j-1225/tf-aks-acr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple Terraform scripts to create an AKS cluster and ACR associated with the cluster.

Prerequisite

Terraform cli

Quick install for windows:

choco install terraform

Other ways please refer to Install Terraform.

Azure Cli

Installation please refer to Install the Azure CLI

After installation, login to azure:

az login

Please don't forget to check which subscription you are currently in, use the following command:

az account show 

If you want to change to another subscription:

az account list --output table

to list all subscriptions and switch with:

az account set --subscription <SubscriptionId>

Run

Check what resources will be deployed,

terraform plan

Deploy the resources,

terraform apply

Clean

Destroy the resources,

terraform destroy

About

Simple Terraform scripts to create an AKS cluster and ACR associated with the cluster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages