-
We are working towards running a nomad server cluster within our pre-existing kubernetes cluster. Just the server, and not agents. We plan on running agents/clients outside of kube, but leveraging kub…
-
My Consul cluster has Auto Encrypt turned on and is using the connect CA (Vault provider) for Consul agent certificates.
In order for other pods to talk to the local consul agent, I have to manuall…
-
I'm connecting to an existing cluster that has ACLs enabled. Going through the documentation the website tells me:
```
For Consul, if ACLs are configured on the cluster, a Consul ACL token will n…
-
Using the Diplomat gem as part of an internal Jenkins pipeline to take a .json file as a source of truth and insert the whole JSON payload into the KV. Our use-case here is using a GitOps workflow to…
-
It would be great to have a Consul provider. On clusters where consul is already available, having the ability to discover nodes using the consul catalog nodes API would help avoiding to require cloud…
-
# Requesting for some help on : How to connect Vault with Consul agent on Kubernetes via Helm chart (Consul server is on Azure managed app)
I'm trying to build a POC, for Vault and consul and got som…
-
A great way to automate cluster forming seaweedfs master, volume and filer would be to pass a single address that is actually an SRV record for service discovery.
For example... something like `_ht…
-
https://lupeier.com/post/create-consul-cluster/
consul概念解析,集群搭建及作为配置中心与spring cloud集成
-
On the page: https://developer.hashicorp.com/consul/tutorials/security/access-control-setup-production
You can see:
![image](https://github.com/hashicorp/consul/assets/139780495/d9883a08-9b6a-49b1-b…
-
I'm setting up a consul cluster with 3 nodes. Each node has the following ansible variables set
```
consul_bootstrap_expect: true
consul_bootstrap_expect_value: 3
consul_iface: eth1
consul_node…