consul-on-kubernetes
consul-on-kubernetes copied to clipboard
Running HashiCorp's Consul on Kubernetes
If i am going to use the same code of 3 node installation then what are all the set of modification required for that
i have deploy the consul latest version on kubernetes V1.10.0 .but the consul pod's log show these error message: 2018/07/20 11:26:11 [WARN] agent: Check "service:ribbon-consumer" HTTP request failed: Get http://DESKTOP-MCQSJ49:8504/health:...
Cant open web ui. i got 3 pods on 3 nodes. But noone on master node. All on workers `` kubectl -n default get po -l app=consul,component=server NAME READY STATUS...
Hello. Did everything according to your instructions, but unfortunately nothing works if i try to get list peers ``consul operator raft -list-peers -token=e986a3da-f69d-4d82-b497-cbc0cb382596 Operator "raft" subcommand failed: Unexpected response code:...
Hey ! Nice project! But how can I use it on baremetal k8s cluster! i got pods via state "pending" and error: ``pod has unbound immediate PersistentVolumeClaims (repeated 7 times)``...
Hi, Does anybody know how I can fill a config map to configure my application from consul, so I can push the configuration into consul, kubernetes will read the configmap...
Hey @kelseyhightower , When following instructions in README.md my first POD enters "Pending" state with message "PersistentVolumeClaim is not bound: data-consul-0". Therefore, I created PVC/PV YAML definitions, and updated README.md...
I am using minikube with only a single node. Because the statefulset has an anti-affinity rule, only the first container will start. Simply changing this from anti-affinity to affinity fixes...
hello there what i met was "connect refused" problem I 've successfully deployed a cluster. I got this problem when deployment another one Any assistance would be appreciated. logs of...
I need to deploy consul in one kubernetes and the service is running on the same machine and same namespace. service needs to be registered in consul and can I...