Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 802 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 802 Bytes

Terraform Kubestack

Terraform modules that implement the Kubestack, fast path to production on Kubernetes.

For the easiest way to get started with Kubestack, try the quickstart.

Development Workflow

  1. 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 \
        .
    

Making a Release

  1. Create a Git tag following semver, prefixed with v. E.g. v0.1.0
  2. Push the tag to trigger CI/CD