Skip to content

yaradigitallabs/terraform-kubestack

 
 

Repository files navigation

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

About

Kubestack, fast path to production on Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 85.8%
  • Dockerfile 6.1%
  • Python 2.9%
  • Smarty 2.8%
  • Shell 2.4%