Enterprise Deployment Guide for GCP
Deploy Prism on Google Cloud. Ensure secure, enterprise-ready setup for AI testing.
Last updated
Was this helpful?
Was this helpful?
gcloud auth loginexport GOOGLE_PROJECT_ID=your-project-id
export GOOGLE_REGION=your-region
export GOOGLE_ZONE=your-zonegcloud auth application-default logingcloud auth listtar -zxvf raga-prism-terraform-gcp-<version>.tarbash gcp-infra.sh --region=<region> --customer-name=<customer-name> --docker-hub-pat=<docker-hub-pat> --project-id=<project_id>python3 gcp-prism.pyhelm install db-migration db-migration \
-n raga \
--set ReleaseTag=<release-tag> \
--set GcsBucketname=<gcs-bucket-name> \
--set MySQLHost=<mysql-host> \
--set MySQLUser=<mysql-user> \
--set MySQLPassword=<mysql-pass>helm install raga raga \
-n raga \
--set ReleaseTag=<release-tag> \
--set GcsBucketname=<gcs-bucket-name> \
--set Endpoint=<URL-to-Expose-services>