you won t be able to do it outside of
# spicedb
y
you won't be able to do it outside of k8s unless you have an xds endpoint set up, and even then it's experimental. what environment are you trying to run this in?
e
AWS ECS cluster with an ALB
j
you actually can do it using DNS only, but it has update time lag if the nodes change
y
that's what we've got and we're looking to move to EKS for this reason
oh huh - how does that work? like you need to point the dispatch config at the DNS resolver?
j
yep
but since DNS takes time to propagate, it can result in trying to hit nodes that have just gone out of service
which is why we don't recommend it often
y
got it
e
can I point it at the lb DNS?
j
yes, but it has the note above
e
thank you!