Hi everyone, I am trying to deploy Flyte using thi...
# flyte-deployment
a
Hi everyone, I am trying to deploy Flyte using this repo flyte-the-hard-way. I have followed up till Lab 3: Configure roles and service accounts and its working completely fine but at lab 4 I am getting some error after creating a db and running this command
kubectl run pgsql-postgresql-client --rm --tty -i --restart='Never' --namespace testdb --image <http://docker.io/bitnami/postgresql:11.7.0-debian-10-r9|docker.io/bitnami/postgresql:11.7.0-debian-10-r9> --env='PGPASSWORD=<Password>' --command -- psql testdb --host <RDS-ENDPOINT-NAME> -U flyteadmin -d flyteadmin -p 5432
d
Hi @Aryan Sharma I'm glad the tutorial is helpful in some way for you. Is that the endpoint name for the Writer instance, right?
a
We have got 2 endpoints In the command I have used the endpoint that's in this snapshot
And 2nd endpoint is this :
@David Espejo (he/him)
d
@Aryan Sharma so is RDS and the EKS cluster on the same VPC?