Skip to content

Doing stuff with AKS using some of my favorite IaC tools

License

Notifications You must be signed in to change notification settings

pauldotyu/awesome-aks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-aks

This is a collection of Azure Kubernetes Service (AKS) related Infrastructure-as-Code templates and scripts that I use for demos, testing, and blogs.

I'll create new IaC code as I go and will not be updating previous entries unless absolutely needed so things will get stale over time.

Pre-requisites

  • Bash shell
  • Azure CLI
  • Terraform
  • kubectl
  • Helm
  • Azure subscription with permissions to create Azure and Azure AD resources, and assign roles

Post-deployment

Deploy the AKS Store Demo sample app to the AKS cluster.

helm install aks-store-demo oci://ghcr.io/azure-samples/aks-store-demo/charts/aks-store-demo-chart \
  --version 1.0.0 \
  --namespace dev \
  --create-namespace

About

Doing stuff with AKS using some of my favorite IaC tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •