-
-
Notifications
You must be signed in to change notification settings - Fork 135
2.2. Running
Rafał Lorenz edited this page Jul 3, 2021
·
4 revisions
To deploy application to the Kubernetes cluster using Helm you will typically follow these steps:
To build services repeat following steps for every one defined in ./cmd/
directory. Changing BIN=
value to directory name from ./cmd/{service_name}
path.
make docker-build BIN=user
Install dependencies
make helm-dependencies
make terraform-install
terraform apply
make terraform-destroy