Skip to content

Create containerized solutions with Azure Kubernetes Service (AKS)

License

Notifications You must be signed in to change notification settings

lrakai/aks-containerized-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aks-containerized-solutions

Create containerized solutions with Azure Kubernetes Service (AKS).

after

Getting Started

An Azure RM template is included in infrastructure/ to create the environment:

Using Azure PowerShell, do the following to provision the resources:

.\New-Lab.ps1

Alternatively, you can perform a one-click deploy with the following button:

Following Along

  1. Clone the Git repository in Azure Cloud Shell

  2. Create an Azure Container Registry

  3. Create an ACR quick task to build and push the app to the registry (az acr build)

  4. Deploy the application using the Kuberentes manifest file in src/app.yaml

    1. Substitute the {{acr_name}} and {{dns_zone}} with their actual values in your environment

Tearing Down

When finished, remove the Azure resources with:

.\Remove-Lab.ps1