service-discovery Questions
4
Solved
Prometheus allows me to dynamically load targets with file_sd_config from a .json file like this
#prometheus.yaml
- job_name: 'kube-metrics'
file_sd_configs:
- files:
- 'targets.json'
[
{
"...
Refulgent asked 22/1, 2020 at 18:43
2
Solved
According to the Eureka wiki (https://github.com/Netflix/eureka/wiki), the Eureka 2.0 has been discontinued.
The open source work on eureka 2.0 has been discontinued. The code base and artifacts...
Forby asked 2/7, 2018 at 13:28
3
I created two Spring Boot applications which both will be deployed in a Kubernetes cluster. One of those apps will act as a gateway and therefore uses Spring Cloud Gateway as a dependency. Also I w...
Erzurum asked 16/5, 2019 at 14:7
2
Solved
For some background on my environment:
I have docker swarm running on 3 ubuntu 14.04 vagrant boxes. The swarm master is running on 1 machine (with consul) and the other 2 machines are running swar...
Firetrap asked 31/5, 2016 at 0:32
4
Solved
I want to connect clients to a server using ZeroMQ (java bindings, jzmq), but I need the TCP information badly, for example the TCP/IP address of a client request! The problem is, for being able to...
Skald asked 30/1, 2013 at 11:2
1
Solved
I'm using Docker 1.11.1 and docker-compose 1.8.0-rc2.
In the good old days (so, last year), you could set up a docker-compose.yml file like this:
app:
image: myapp
frontend:
image: myfrontend
...
Smear asked 7/6, 2016 at 15:29
2
Solved
Avahi is usually used for service discovery. I want to make a service discoverable from a different subnetwork, could I use avahi to achieve this?
For example, the service host ip is "192.168.1.10...
Interjection asked 8/1, 2014 at 3:48
6
I'm trying to run an application using Android Native Service Discovery but sometimes when I run the application, it doesn't discover all services from my network. I'm running the code from https:/...
Scrabble asked 9/10, 2012 at 12:3
2
Solved
I am trying to make 2 services communicate over service discovery endpoint in AWS ECS service.
Example:
Service1: runs the Task Definition to run nginx and phpfpm
Service2: runs the Task Definit...
Tutorial asked 5/7, 2019 at 6:38
4
Solved
I've two microservices,
eureka-client-1 running on localhost:8081
eureka-client-2 running on localhost:8082
Both these are DiscoveryClients registered with 'eureka-server' running on localhost:...
Tuscany asked 19/12, 2016 at 20:4
1
I have a kubernetes cluster with serviceA on namespaceA and serviceB on namespaceB.
I want, from serviceA, use kubernetes service discovery to programmatically list serviceB.
I am planning to use ...
Mansoor asked 3/12, 2019 at 12:44
1
We run our stack on the Google Cloud Platform (hosted Kubernetes, GKE) and have a Consul cluster running outside of K8s (regular GCE instances).
Several services running in K8s use Consul, mostly ...
Cosmogony asked 20/4, 2017 at 7:28
2
Solved
When creating a fargate service in an ECS cluster, I'm using an application load balancer and I'm also using service discovery so my service has an endpoint. My question is: where should I send my ...
Diaphony asked 16/9, 2019 at 18:11
1
I have service in AWS ECS and service discovery maintains domain records like web.local that points to tasks in that service.
I would like Network Load Balancer to point at domain web.local instea...
Gamut asked 3/9, 2019 at 12:43
3
Solved
I have a scenario where I have to deploy multiple micro-services on AWS ECS. I want to make services able to communicate with each other via APIs developed in each micro-service. I want to deploy t...
Guillermoguilloche asked 10/8, 2019 at 21:1
2
Solved
I am new to Microservices. I came across terms Service registry and service discovery.
What I understood is when a new service (or service instance) comes up, then it will register itself with the...
Puffery asked 14/6, 2017 at 9:18
1
Solved
The book Zero Configuration Networking - The Definite Guide by Stuart Cheshire and Daniel H. Steinberg from 2005 describes a dns-sd command line test tool which should be available for macOS, Windo...
Organize asked 16/1, 2019 at 11:44
5
Solved
I am using Android 4.4.2 on a Nexus 7.
I have a bluetooth low energy peripheral whose services change when it is rebooted.
The android app calls BluetoothGatt.discoverServices(). However Android on...
Lauralauraceous asked 23/3, 2014 at 20:55
3
Solved
I am developing an Android Application that employs WiFi (Direct) for service discovery and P2P peer discovery/connection.
My development enviromment is as follows:-
Android Studio 3.0 Beta 4
Bui...
Coppersmith asked 7/9, 2017 at 13:28
1
The app was registered and worked fine to call O365 Discovery Service to discover API endpoints. But it stopped working lately. I know Discovery Service is to be obsoleted next year, but it should ...
Izzy asked 19/7, 2018 at 15:2
2
Solved
I have 2 microservices built using Netflix eureka. They communicate using feign client. In my local environment feign client works without any issue. But in the Predix (a cloud foundry) environment...
Genitals asked 19/3, 2018 at 13:56
1
Solved
Context
I am deploying a set of services that are containerised using Docker into AWS. No matter which deployment solution is chosen (e.g. raw EC2/ECS/Elastic Beanstalk/Fargate) we will face the i...
Crazed asked 13/4, 2018 at 12:32
1
Solved
I call on my bluetooth adapter mBluetoothAdapter.startDiscovery(); which then returns me a list of BluetoothDevices. When I press on 1 of those devices, I do this:
mBluetoothGatt = bluetoothDevic...
Gittens asked 2/2, 2018 at 11:38
2
I'm trying to run two services with k8s running on minikube installation.
So I have the sevice Foo and Bar, so when I'm accessing the service Foo it must trigger service Bar to get the data.
Here ...
Yolondayon asked 8/2, 2018 at 14:54
1
Solved
I'm searching for some monitor & alert solutions for my services. I found following nice related works.
Prometheus monitoring for docker swarm
Monitoring a docker swarm cluster with Prometheu...
Colb asked 29/1, 2018 at 3:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.