Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
1 vote
0 answers
92 views

I’m trying to run a Consul server (SERVER_IP) in Docker, and have a Consul client (CLIENT_IP) on another server join the cluster. Everything works when the server is run in bare metal, but when ...
Pierre Taquet's user avatar
2 votes
1 answer
82 views

I'm trying to implement a graceful shutdown in a Node.js app. It should deregister from Consul and close several resources (Redis, MySQL, etc.) when it receives a termination signal (SIGINT / SIGTERM)....
fakeKmz's user avatar
  • 93
0 votes
0 answers
44 views

Hashicorp Consul do provide snapshot facility that can be used to backup and restore state of service. According to documentation snapshot command is available from CLI and API and takes snapshot in ...
dj.dule's user avatar
  • 41
1 vote
0 answers
66 views

I'm using Consul for service discovery in a Docker Compose environment. However, when my API Gateway (using Ocelot) tries to call a service, Consul returns the container ID instead of the expected ...
Chinh Trần's user avatar
0 votes
0 answers
22 views

I'm trying to make use of the URI scheme mongodb+srv for host discovery when our apps connect to MongoDB. With a service configuration file like this on each node I can resolve this via _mongos._tcp....
DaPeda's user avatar
  • 21
0 votes
0 answers
120 views

I have a Nomad on premise cluster with 3 servers and 3 clients. I am using Consul as the service discovery mechanism. Everything works fine when I use the default bridge network mode in my job ...
overraidy's user avatar
0 votes
1 answer
40 views

I’m trying to get consul running on an EKS cluster via helm where there are taints on the nodes. My configuration has gossipEncryption: autoGenerate: true which spins up a pod on a tainted node. ...
Jason Sherman's user avatar
0 votes
0 answers
53 views

My project uses Spring Cloud Consul to check for configuration changes. My application.yml contains: spring: application: name: myApp config: watch: delay: 30000 import: - &...
stephsmithnc's user avatar
1 vote
0 answers
64 views

I wrote a simple demo case, mainly used to test the integration of spring cloud and consul. However, when using openfeign, the following error occurred when calling consul-server through consul-client....
Baozi's user avatar
  • 11
0 votes
0 answers
76 views

I am following this tutorial Enable external traffic ingress into Consul service mesh. I am following the self-managed local deployment guide. I am using helm, kind and kubectl, like the guide ...
Alexander Tu's user avatar
0 votes
2 answers
233 views

I'm using the http call curl -s --get http://MyConsulURL/v1/catalog/services to list services like so: "MYSVC": [], "MYSVC1": ["mytag1","mytag2"], "MYSVC2&...
Ben Slade's user avatar
  • 532
0 votes
0 answers
80 views

I'm using HashiCorp Consul with Keycloak for OpenID Connect (OIDC) authentication. I have encountered an issue when enabling audit logs. When I log in to Consul, the logs display the temporary token ...
azsecured's user avatar
0 votes
0 answers
61 views

i have a microservice for logging in using oauth2. it gets a login request from the frontend that is routed through a gateway. the service works just fine when i run it normally using mvn spring-boot:...
Lars Opheim's user avatar
1 vote
0 answers
187 views

I am developing a project with microservices architecture, Ocelot is being used as API gateway, Consul is for service discovery and application will be containerize with docker. All the services are ...
DeveloperAkash's user avatar
0 votes
1 answer
65 views

Currently I have setup K8s cluster, Nomad cluster and a consul server outside of both of them. I also have an assumption that these clusters are owned by different teams / stakeholders hence, they ...
Stackn00b's user avatar

15 30 50 per page
1
2 3 4 5
77