Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.6 KB

kubernetes-stateless-app

Deploy a Stateless Application in a Kubernetes Cluster

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:

.\startup.ps1

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

Following Along

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.

Tearing Down

When finished, remove the Azure resources with:

.\teardown.ps1