Reference architecture for self-hosting Infisical on Google Cloud Run.
Provision Core Infrastructure
Zonal availability
, select the Multiple zones
option to ensure High Availability.Get the Infisical Docker image
Container image URL
field.<version>
with the docker image tag of your choice.Set the environment variables
Environment Variables
section within Cloud Run,
create the container to get Infisical up and running.Network Configuration
Connect to a VPC for outbound traffic
: This enables the service to talk to private resources (e.g., a Cloud SQL database, Redis instance on a private IP) inside your Google Cloud VPC network.Select Send traffic directly to a VPC
: It gives lower latency and better performance, but uses more IPs from the subnet.