Skip to main content

Questions tagged [service-discovery]

Network protocols which allow automatic detection of devices and services offered by these devices on a computer network.

service-discovery
0 votes
0 answers
9 views

Why does the UDP multicast receiver need to bind to the port which the sender sendto?

I created a multicast sender and receiver, where the sender sends messages to 239.255.0.1:54321. It works well. The receiver's steps are as follows: Create a socket Bind to 239.255.0.1:54321 Join the ...
Changkun's user avatar
0 votes
0 answers
11 views

Using Fully Qualified Domain Names (FQDNs) for Service IDs in Kubernetes with Spring Cloud Kubernetes

I'm currently working on a project where I need to interact with services that have the same name but exist across different namespaces in Kubernetes. Each namespace hosts a service with a unique REST ...
Tarun Bharti's user avatar
0 votes
0 answers
36 views

Issues with Cross-Namespace Service Discovery in Kubernetes with Spring cloud kubernetes

I'm running multiple Spring Boot applications in two different Kubernetes namespaces. Here’s my configuration for all services: SPRING_CLOUD_KUBERNETES_DISCOVERY_NAMESPACES_0: welcoming ...
Tarun Bharti's user avatar
1 vote
0 answers
27 views

Cannot execute request on any known server - Eureka client can't find the eureka server when containerizing my services inside docker

I got a multi-module system based on spring where each module is a different micro-service. The services use eureka for discovery. It all works great when I run it on my pc on localhost but now I am ...
Yuval Roth's user avatar
0 votes
0 answers
27 views

Helm Release name and service discovery

I am using a redis chart from a repository (bitnami) as subchart for my application deployment. After installation with say, release name = "tiger", the redis service is named "tiger-...
AdrianScrumblet's user avatar
-3 votes
0 answers
63 views

502 error when sending request to ApiGateway(Ocelot-Cansul)

Each of the services separately responds to the requests they receive, but when the request is sent to the apigateway, a 502 error is received. Services are registered in the Consul. Ocelot settings ...
HBS2480's user avatar
1 vote
1 answer
104 views

Error configuring node-exporter DaemonSet scraping for Prometheus on kubernetes [closed]

I have set up a node-exporter DaemonSet on kubernetes as well as a service that points to these node-exporter pods IPs (I followed this tutorial). When I run kubectl get endpoints -n monitoring, I ...
Paula Gouveia's user avatar
0 votes
1 answer
66 views

Consul for service discovery on docker swarm

I understand this may be an old item to discuss. Yet, I have not come across any proper document to answer my query Context We have 18 VMs running monolith applications and databases. 12 apps are ...
Farhan Sabbir Siddique's user avatar
1 vote
2 answers
185 views

Troubleshooting AWS ECS Service Discovery and Nginx Reverse Proxy Configuration

I am attempting to set up an environment on AWS ECS with a React frontend served by Nginx, and two backend services (Django apps) that should communicate via Nginx as a reverse proxy. I've configured ...
user24240592's user avatar
1 vote
1 answer
965 views

Cannot resolve symbol 'EnableEurekaClient'

I'm configuring eureka server and eureka client for spring boot microservices. Spring boot version - 3.3.0-SNAPSHOT spring-cloud.version - 2023.0.0 java - 17 When I add @EnableEurekaClient annotation ...
Shubham Patil's user avatar
1 vote
0 answers
50 views

CloudMap usage when VPC is in a centralized account

To give a high level understanding of the current environment that I am working with. We currently have a networking account that creates everything networking related which then gets shared amongst ...
vermspike's user avatar
0 votes
0 answers
47 views

How does YouTube's website discover and cast to devices like Fire TV Stick directly from a web browser?

Are there any browser-based technologies or protocols used by YouTube that enable this functionality without relying on a server intermediary? When i try to cast from Chrome, it only display the ...
Enzo's user avatar
  • 1
0 votes
0 answers
167 views

Eureka Client is Unable to connect to Eureka Discovery Server when deployed on Stand alone Tomcat

Just a brief summary of the Problem: I had one Spring boot application in which I had a Eureka discovery server and Client. When executed one IntelliJ or as a jar file the setup worked fine and the ...
vinod raina's user avatar
0 votes
0 answers
111 views

Spring Reactive Load Balancer Retry Is Not Working, Using RetryableLoadBalancerExchangeFilterFunction

I am tring to implement the spring load balancer retry feature in my project. I added RetryableLoadBalancerFilterExchangeFuntion (By Autowiring ) filter to the webclient builder by following this ...
SantoshKumar Vastrad's user avatar
0 votes
0 answers
218 views

ECS service discovery and port mapping on fargate

I have a few hundred microservices that I'm migrating into ECS. Developers need to call endpoints in them from locally, so I have used service discovery with a private dns zone which resolves over VPN,...
Omiron's user avatar
  • 331

15 30 50 per page
1
2 3 4 5
43