Terraform modules that implement the Kubestack, fast path to production on Kubernetes.
For the easiest way to get started with Kubestack, try the quickstart.
-
Push your branch to trigger CI/CD or install
cloud-build-local
using e.g.gcloud components install cloud-build-local
and run:rm -rf _build && cloud-build-local \ --substitutions=_QUICKSTART_BUCKET_NAME=,TAG_NAME=,BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) \ --dryrun=false \ --write-workspace=_build \ .
- Create a Git tag following semver, prefixed with
v
. E.g.v0.1.0
- Push the tag to trigger CI/CD