csjiang / mattermost-k8s-terraform-gcp

personal mattermost server infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mattermost-k8s-terraform-gcp

personal mattermost server infrastructure and config-as-code.

develop

prerequisites

$ git clone git@github.com:csjiang/mattermost-k8s-terraform-gcp.git && cd mattermost-k8s-terraform-gcp
$ scripts/start-dev-container.sh

deploy

From dev container:

$ scripts/deploy-infra.sh

tear down infrastructure

The cluster as configured by default in this repo qualifies for GKE's free tier, but will cost a few dollars a day to run. If you don't need it up all the time you can tear down the infra and save on cost.

From dev container:

$ scripts/teardown-infra.sh

About

personal mattermost server infrastructure

License:MIT License


Languages

Language:HCL 74.8%Language:Dockerfile 21.3%Language:Shell 4.0%