In AWS, for some reason my service discovery endpo...
# general
q
In AWS, for some reason my service discovery endpoints are not
<service name>.<namespace>
and instead are
<service discovery service name>-<suffix>.<namespace>
. Any idea why?
w
You may want/need to specify
name:
on the resource. Which resource kind is this?
q
ECS service
it has a name
actually maybe it's failing to register with service discovery because my containers keep getting started/stopped over and over when
serviceRegistries
is set