Quickstart

This guide walks you through deploying Stategraph and configuring Terraform to use it as a state backend.

Prerequisites

  • Docker and Docker Compose installed
  • Terraform 1.0 or later
  • A Terraform project to test with

Deployment Options

Choose your deployment method:

Method Best For
Docker Compose Development, small teams, quick evaluation
Kubernetes Production, scaling, existing K8s infrastructure

What You'll Accomplish

By the end of this quickstart:

  1. Stategraph will be running on http://localhost:8080
  2. Terraform will be configured to store state in Stategraph
  3. You'll be able to view your infrastructure in the Insights UI

Next Steps

After completing the quickstart: