<@U06RKAMK0UC> Testing out Flyte - is there an eas...
# ask-ai
c
@ancient-wolf-19325 Testing out Flyte - is there an easy way to deploy the backing DB on EKS? I've got permissions on the EKS Cluster but I can't stand up RDS DBs on my own.
j
To deploy Flyte on EKS without setting up an RDS database, you can use a containerized version of PostgreSQL included in Flyte's sandbox deployment. This setup is suitable for testing and development purposes. According to the Flyte Deployment Guide, the sandbox deployment includes a containerized Postgres, which can be used instead of a cloud-provided database like RDS. Would you like more details on setting up the sandbox deployment or using the containerized Postgres? Sources: - Flyte Deployment Guide 👍 0 button 👎 1 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.
c
@ancient-wolf-19325 Yes. I see how to deploy the Sandbox locally, but I don't see how to deploy it on EKS
j
To deploy Flyte Sandbox on EKS, you can follow the instructions provided in the Flyte Sandbox Deployment Guide. This guide outlines the steps to set up Flyte Sandbox on a cloud Kubernetes cluster, including EKS. Would you like a step-by-step breakdown of the deployment process on EKS? Sources: - https://github.com/flyteorg/flyte/issues/5016 - https://github.com/flyteorg/flyte/pull/735 👍 0 button 👎 1 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.
c
@ancient-wolf-19325 The instructions there looking like they're for running locally
j
To deploy Flyte on EKS, you can use the Helm chart provided by Flyte. According to the Flyte Deployment Guide, you can add the Flyte Helm chart repository and use the
eks-starter.yaml
values file for a minimal deployment on EKS. This setup includes the necessary configurations for deploying Flyte on an EKS cluster. Would you like more detailed instructions on using Helm to deploy Flyte on EKS? Sources: - Flyte Deployment Guide 👍 0 button 👎 1 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.
c
@ancient-wolf-19325 That requires RDS
j
For deploying Flyte on EKS without RDS, you can use an in-cluster PostgreSQL instance. According to Flyte's community discussions, deploying an in-cluster PostgreSQL is feasible and can be done using the Helm chart by modifying the values to include a PostgreSQL container. Would you like more detailed steps on configuring the Helm chart for an in-cluster PostgreSQL setup? Sources: - Flyte Community Discussion 👍 1 button 👎 0 button 💡 Hint: Mention @ancient-wolf-19325 in the thread for followups.