Testing out Flyte - is there an easy way to deploy...
# flyte-deployment
c
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.
b
I think you can deploy postgresql using Helm chart on EKS. I used Bitnami Postgresql Helm Chart to deploy DB on my lab environment!
c
Thanks!
@brash-honey-73973 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.
b
Do you mean Flyte task execution pod can not login to Flyte?
c
@brash-honey-73973 I mean the Flyte pod can't log into the Postgres db.