truefoundry
)Component | CPU | Memory | Storage | Min Nodes | Remarks |
---|---|---|---|---|---|
Helm-Chart (AI Gateway Control Plane components) | 2 vCPU | 8GB | 60GB Persistent Volumes (Block Storage) On Kubernetes | 2 Pods should be spread over min 2 nodes | Cost: ~ $120 pm |
Helm-Chart (AI Gateway component only) | 1 vCPU | 512Mi | - | 1 Pods should be spread over min 1 node | Cost: ~ $10 pm |
Postgres (Deployed on Kubernetes) | 0.5 vCPU | 0.5GB | 5GB Persistent Volumes (Block Storage) On Kubernetes | PostgreSQL version >= 13 | |
Blob Storage (S3 Compatible) | 20GB |
Setup Control Plane Platform IAM Role
tfy-control-plane-platform-deps
<ACCOUNT_ID>
, <AWS_REGION>
, and <OIDC_ID>
you can also give the values from your EKS cluster.
You can find the OIDC_ID from the EKS cluster. Also, here we are assuming that the service account is truefoundry
and the namespace is truefoundry
, you can change it as per your needs.Setup Blob Storage
devMode
to true in the values file to spin up a local postgres database.