Y
Hacker News
new
|
ask
|
show
|
jobs
by
sthomas1618
3004 days ago
Something I've been wondering about: how stable is Kubernetes service discovery? I.e. can it entirely replace something like eureka? Is there any reason not to use Kubernetes provided service discovery?
1 comments
dmourati
3004 days ago
Depends if
all
service discovery sources and targets are all within k8s. If so, k8s works well, if not, not so much.
link