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.
malhonte
<@U07S21J8W9L> I mean the Flyte pod can't log into the Postgres db.
jeremy221
Do you mean Flyte task execution pod can not login to Flyte?
malhonte
<@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.
malhonte
Thanks!
jeremy221
I think you can deploy postgresql using Helm chart on EKS. I used Bitnami Postgresql Helm Chart to deploy DB on my lab environment!
malhonte
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.