Deploy a Stateless Application in a Kubernetes Cluster
An Azure RM template is included in infrastructure/
to create the environment:
Using Azure PowerShell, do the following to provision the resources:
.\startup.ps1
Alternatively, you can perform a one-click deploy with the following button:
SSH into the master virtual machine:
user: student password: 1Lab_Virtual_Machine!
Install kubernetes on the nodes and deploy the resources in the objects/
directory using kubectl
on the master.
When finished, remove the Azure resources with:
.\teardown.ps1