Skip to content

beyondelastic/container-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-demos

Demo repository for Azure container services such as AKS

AKS

AKS with Windows nodes deployment run

az deployment group create --resource-group 'resource-group' --template-file .\aks\infra\main.bicep

Get AKS kubeconfig via

az aks get-credentials --resource-group 'resource-group' --name 'clustername'

Deploy windows sample IIS container app

kubectl apply -f .\winapp\iis.yaml

ACA

Execute shell script acup.sh in aca folder

sh aca/acup.sh

AAS

AAS with Windows plan and dotnet deployment run

az deployment group create --resource-group 'resource-group' --template-file .\aas\main.bicep

About

Demo repository for Azure container services such as AKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published