There are steps in this guide where TrueFoundry team will have to be involved. Please reach out to support@truefoundry.com to get the credentials

Setting up TrueFoundry control plane on your own cloud involves creating the infrastructure to support the platform and then installing the platform itself.

Setting up Infrastructure

Requirements

All the compute plane requirements must be met in order to install the control plane. Below are the additional requirements for the control plane:

RequirementsDescriptionReason for Requirement
Azure Flexible Server for PostgreSQLPostgres >= 13The database is used by Truefoundry control plane to store all its metadata. Ensure that require_secure_transport is kept OFF if you are using Azure Flexible Server for PostgreSQL
Container in Azure Storage AccountAny container bucket reachable from control-planeThis is used by control-plane to store the intermediate code while building the docker image
Egress Access for TruefoundryAuthEgress access to https://auth.truefoundry.com and analytics.truefoundry.comThis is needed to verify the users logging into the Truefoundry platform for licensing purposes
Additional Truefoundry informationAdditional information for control plane deployment which will be provided by Truefoundry teamThis includes tenant name, licence key, and image pull secret
DNSDomain for control plane and service endpointsOne endpoint to point to the control plane service (e.g., platform.example.com) The control-plane URL must be reachable from the compute-plane. The developers will need to access the Truefoundry UI at the provided domain.
User/ServiceAccount to provision the infrastructureRequired permissions:
- Azure subscription with billing enabled
- Contributor Role to the subscription
- Role Based Access Administrator to the subscription
Required to set up and manage the infrastructure components

Permissions Required

For the control plane, we will be using the following permissions:

  • Compute plane permissions
  • Azure Flexible Server for PostgreSQL permissions