Hey guys! Glad to have found this community and ho...
# prefect-server
m
Hey guys! Glad to have found this community and hope everyone has had a good week so far! I've been trying to deploy the Prefect server in its own namespace on a shared EKS cluster - the cluster itself has 3 nodes and exists inside a VPC. I'd like to have the UI hosted in the cluster if possible, and have been trying to use DNS to connect it to the apollo endpoint without much luck (it just seems unable to connect at all). I know we have a DNS server up, though it's in a different namespace. This may be more of a k8s/EKS issue, but I figured I'd ask in case anyone else had run into it.
k
Hey @Margaret Walter, do the logs of the UI pod show it started correctly. I don’t know when you started this process but we had issues with the UI image on 0.15.3 that was just fixed recently. The container was not starting. You could try 0.15.2 to be sure that’s not the issue.
m
We're using 0.15.0, and the ui appears to be booting up successfully from the logs.
k
Ah ok I guess it’s a networking thing then. Hard to say, I think there might be a few threads here though that may help. Have you seen them? Let me grab some.
Have you seen this ? Or you have this configured and it’s just not connecting?
👍 1
m
It's configured and just not connecting - probably a networking issue, thanks though!
k
Stupid question but are those ports open to accept outside connections?
m
They are! I can connect to them from my local machine as well.
(while connected to VPN/VPC)
k
Ah ok yeah everything seems set up right