Local environment requires functional copies of helm
and kubectl
with a
local kubernetes cluster setup such as minikube
. Instructions for each
can be found below:
The terraform
binary will be necessary to deploy via Terraform. Instructions
can be found below:
The chart can be deployed using helm
directly with the following command:
helm upgrade --install swimlanepracticalchart ./swimlanepracticalchart
The application can be deployed using terraform
with the following commands:
terraform init
terraform plan
terraform apply