add to nav bar

This commit is contained in:
Maidul Islam
2025-04-23 16:00:30 -07:00
parent 317b15157d
commit ac7ac79463
2 changed files with 5 additions and 10 deletions

View File

@@ -329,7 +329,8 @@
"pages": [
"self-hosting/reference-architectures/aws-ecs",
"self-hosting/reference-architectures/linux-deployment-ha",
"self-hosting/reference-architectures/on-prem-k8s-ha"
"self-hosting/reference-architectures/on-prem-k8s-ha",
"self-hosting/reference-architectures/google-cloud-run"
]
},
"self-hosting/ee",

View File

@@ -9,11 +9,11 @@ It is intended to provide a scalable, secure, and production-ready baseline for
## Core Components
- **Cloud Run:** Infisical backend and frontend services are containerized and deployed as fully managed Cloud Run services.
- **Cloud Run:** Infisical service is containerized and deployed as fully managed Cloud Run services.
- **Cloud SQL:** Infisical uses Postgres as its persistence layer. As such, Cloud SQL for PostgreSQL is used.
- **MemoryStore for Redis:** To enhance performance, Infisical requires Redis.
- **MemoryStore for Redis:** To schedule jobs, process audit logs and cache performance, Infisical requires Redis.
## Securing Infisical's root credential
@@ -111,10 +111,4 @@ This architecture leverages Google Cloud's managed services to achieve high avai
Once the container is running, verify the installation by opening your web browser and navigating to the Site URL.
</Step>
</Steps>
## Summary
Self-hosting Infisical on Google Cloud Run enables a highly scalable and secure deployment without managing infrastructure manually.
Using GCP-managed services like Cloud SQL and MemoryStore, combined with Cloud Run's serverless capabilities, organizations can quickly
deploy Infisical with minimal operational overhead while maintaining enterprise-grade security and performance.
</Steps>