python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Cloud Consul Config not working with Spring Boot 2.6.6
I tried to follow the new changes with the latests versions of Spring, where the bootstrap.yaml has been removed, and use the "spring.config.import" property, but I am not able to make my ap...

Griffith_WhiteHawk
Votes: 0
Answers: 0
How consul constructs SRV record
Let say I registered a service in consul, so that I can query it by something like:
curl http://localhost:8500/v1/catalog/service/BookStore.US
and it returns
[
{
"ID": "xxx...
kzfid
Votes: 0
Answers: 1
Deploying consul on existing kubernetes cluster in GKE
I am trying to deploy Consul service mesh to an existing kubernetes cluster running on GKE. The cluster already has workloads running in production.
For this matter i followed the following guide
http...

Shadesfear
Votes: 0
Answers: 0
Access consul-api from consul-connect-service-mesh
In a consul-connect-service-mesh (using k8) how do you get to the consul-api itself?
For example to access the consul-kv.
I'm working through this tutorial, and I'm wondering how
you can bind the cons...

Florian Hilfenhaus
Votes: 0
Answers: 2