Skip to content

Creating an AKS cluster on Azure using Terraform

Notifications You must be signed in to change notification settings

jancunha/az-aks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

az-aks

Creating an AKS cluster on Azure using Terraform

To login in Azure use az cli

az login --use-device-code

Update Kubeconfig

az aks get-credentials --resource-group [name] --name [aks-name]

Login in ACR

az acr login --name [acr-name]

Create permissions to AKS access ACR

az aks update -n [aks-name] -g [rs-name] --attach-acr [acr-name]

What's inside [ ] replace for your environment.

About

Creating an AKS cluster on Azure using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages