Consul data plane is replacing consul client agent running in the cluster. How to hit consul HTTP API ? Documentation seems to be outdated #3503
Labels
type/question
Question about product, ideally should be pointed to discuss.hashicorp.com
With the introduction of the consul data plane, the consul client daemon set is getting removed in the Kubernetes.
The documentation seems to be outdated for hitting the consul HTTP API https://developer.hashicorp.com/consul/docs/k8s/installation/install#accessing-the-consul-http-api
Pods cannot reach the consul HTTP API with
**${HOST_IP}:8500**
since the client agent is not running in the node any moreDo you know if we need to hit the consul server endpoint directly in the future?
consul-server.consul.svc.cluster.local:8500
The text was updated successfully, but these errors were encountered: