F

Flyte enables you to build & deploy data & ML pipelines, hassle-free. The infinitely scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. Explore and Join the Flyte Community!

Deploying Database on EKS with Flyte

Summary

The user is testing Flyte and seeks a simple method to deploy a backing database on EKS. They have EKS Cluster permissions but struggle with setting up RDS databases. They successfully deployed PostgreSQL using the Bitnami Helm Chart in a lab environment. However, the Flyte pod is unable to log in, despite creating a database called flyteadmin and using the same password that worked from their laptop.

Status
open
Tags
  • EKS
  • flyte
  • Flyte
  • Support Need
  • Developer
  • Database Deployment
  • RDS
  • Developer Help
  • PostgreSQL
Source
#flyte-deployment
    m

    malhonte

    10/22/2024

    <@U07S21J8W9L> I mean the Flyte pod can't log into the Postgres db.

    j

    jeremy221

    10/22/2024

    Do you mean Flyte task execution pod can not login to Flyte?

    m

    malhonte

    10/22/2024

    <@U07S21J8W9L> Stood up the Bitnami postgres! But the Flyte pod can't seem to login - I created a db called flyteadmin and I passed the same password that let me log in from my laptop.

    m

    malhonte

    10/18/2024

    Thanks!

    j

    jeremy221

    10/18/2024

    I think you can deploy postgresql using Helm chart on EKS. I used Bitnami Postgresql Helm Chart to deploy DB on my lab environment!

    m

    malhonte

    10/17/2024

    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.