Skip to main content

Cluster preparation

Configure cluster add-ons, secrets, identity, and edge routing on GKE before installing the BigHammer Helm chart (bighammer). This section covers everything the application chart depends on but does not install itself.

Before you start

Complete Infrastructure provisioning (GKE, Cloud SQL, Secret Manager, DNS, Artifact Registry) and the Prerequisites checklist first.

OrderPagePurpose
1Workload IdentityBind KSAs to GCP service accounts (ESO + apps)
2External Secrets OperatorInstall ESO to sync Secret Manager → Kubernetes
3TLS OptionsSSL/TLS certificates for HTTPS at the edge
4aNGINX Ingress DeploymentLegacy edge — single Ingress resource
4bGateway API DeploymentRecommended edge — Envoy Gateway + Gateway API
4b-ibh-gatewayPlatform Gateway / EnvoyProxy (Gateway API path)
5RabbitMQ brokerDeploy bhrabbitmq (OCI), Bitnami, or use an existing broker
6Secret Manager SecretsGSM name mapping and global.remoteSecrets reference

Pick one edge mode in step 4 — nginx or Gateway API. Gateway API is recommended for new deployments. Deploy RabbitMQ after edge setup (step 5) when using Gateway API management UI — see RabbitMQ broker.

Database bootstrap and GSM timing

Run bighammer_db_setup.sql and bh_gsm_onetime_setup.sh from Scripts Reference after Cloud SQL is provisioned and before Helm install. Platform GSM passwords must already exist in Secret Manager; the script verifies them and creates one-time application secrets.

Install Workload Identity and ESO (steps 1–2 above) before the platform chart syncs secrets. The Secret Manager Secrets page is a mapping reference — not a step to defer until after RabbitMQ.

Cluster add-ons (summary)

From Prerequisites — install before the platform chart:

Add-onHelm chart
External Secrets Operatorexternal-secrets-0.18.2
Stakater Reloaderreloader-1.1.0
RabbitMQbhrabbitmq (OCI) or existing broker
cert-managercert-manager-v1.19.2 (TLS Option A only)
Edgeingress-nginx Helm 4.15.1 or Envoy Gateway + bh-gateway

What to do next

When TLS, secrets, Workload Identity, and edge routing are in place:

  1. Platform Deploymenthelm upgrade the bighammer chart
  2. Deployment Checklist — final verification
  3. Troubleshooting — if something fails

For customer artifact access and release pins, see Release Manifest & Distribution.