Documentation
Everything you need to deploy, operate, and extend Sympozium on Google Cloud.
Getting Started
Architecture
Concepts
Guides
Reference
Deploy This Showcase
Run the full Sympozium showcase — platform, Grafana, and this site — on your own GKE cluster.
# Clone the repo
git clone https://github.com/geoffsdesk/sympozium.git
cd sympozium/showcase
# Set your config
export GCP_PROJECT=your-project-id
export DOMAIN=sympozium.yourdomain.dev
export GCP_REGION=us-central1
# Deploy everything
./scripts/deploy.sh
This reserves a static IP, builds the showcase site via Cloud Build, installs Sympozium via Helm with GMP enabled, deploys Grafana with the pre-built dashboard, and creates a GKE Ingress with Google-managed TLS. Takes about 10 minutes.