Hi everyone, I am trying to deploy Flyte using thi...
# flyte-deployment
p
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
a
Hi @purple-hair-75057 I'm glad the tutorial is helpful in some way for you. Is that the endpoint name for the Writer instance, right?
p
We have got 2 endpoints In the command I have used the endpoint that's in this snapshot
And 2nd endpoint is this :
@average-finland-92144
a
@purple-hair-75057 so is RDS and the EKS cluster on the same VPC?