Blake Covarrubias
Blake Covarrubias
Hi @jcantwell-JC, this work is now being tracked in an updated PR, #14356.
By default services deployed within Consul service mesh are configured as `tcp` services. You can override this on a per-service basis by creating a [`service-defaults`](https://www.consul.io/docs/agent/config-entries/service-defaults.html) configuration entry, or at the...
I ran across this same issue. The problem is that this ACL configuration is actually supposed to be applied via the Consul [ACL HTTP API](https://www.consul.io/api/acl/acl.html) or CLI using [`consul acl...
@charith-elastic @Ares3266 Consul 1.10 (currently in beta; GA later this month) adds support for [transparent proxying](https://www.consul.io/docs/connect/transparent-proxy) on Kubernetes. This should simplify the process of using Consul service mesh with ECK.
Hi @PAI5REECHO, currently the container uses the [`scratch`](https://github.com/blake/external-mdns/blob/75571af4f170359ae2fb1c8e63ea114a84d08139/Dockerfile#L21C1-L21C13) Docker image and only contains the `external-mdns` binary. This would need a different base image, such as Alpine, in order to allow...
Consul agents learn about other members in the cluster via [gossip](https://developer.hashicorp.com/consul/docs/architecture/gossip). You mentioned that the server agents exist on the same VPC. As such, they are likely discovering information about...
@Esity We're actively working on supporting Consul API Gateway on Nomad and are targeting having this available around the release of Consul 1.18.
@bondido As of Consul 1.14, Consul client agents are no longer deployed on Kubernetes. The sync catalog process used to connect to the local HTTP server that was exposed by...
@jkirschner-hashicorp Weights can be specified in service registration using the [`weights`](https://developer.hashicorp.com/consul/docs/discovery/services#dns-srv-weights) field. @nivdahan18, in order to use weights you must configure your applications to issue [SRV queries](https://en.wikipedia.org/wiki/SRV_record) to Consul's DNS...
Hi @r0ka, Consul supports direct pod-to-pod communication when the `diailedDirectly` configuration option is enabled for the upstream service in its service defaults configuration. Below is an example config. ```yaml ---...