consul-on-kubernetes
consul-on-kubernetes copied to clipboard
Running HashiCorp's Consul on Kubernetes
Hello, So I started consul with the command kubectl create -f statefulsets/consul.yaml and I see PVC claim is successfully made. But after that, first instance of stateful set is still...
Testing failing nodes does not restore the cluster.... $ kubectl delete pods consul-2 consul-1; ``` HTTP error code from Consul: 500 Internal Server Error This is an error page for...
@kelseyhightower How does it help running consul on kubernetes. How anyone can be able register kubernetes services on to consul and utilize it as service discovery tool over DNS. I...
Hi, After running the command: `consul members` I got: `Error querying agent: Get http://127.0.0.1:8500/v1/agent/self: dial tcp 127.0.0.1:8500: connect: connection refused` So I changed the port forward to: `kubectl port-forward consul-0...
Hi, I don´t know much about certificates but I could not understand why you used "server.dc1.cluster.local" as CN and hosts. Where did you get this URL from? Wasn't it supposed...
I got k8 services to register with consul, but am having issues to expose or do health checks on service it self like /ping /health etc.. any pointers would be...
people that don't realize cfssl is a go program might have trouble figuring out how to install it from the pkg.cfssl.org link so I thought this doc should link to...
I had to manually create persistent volumes in order to get this example to work. Is that expected, or is there likely something wrong with my configuration of minikube? If...
We've been setting up consul in k8s, using a similar setup to what you have here, but how do you handle individual consul agents? Using the pod abstraction, it would...
Hello. I has been create kubernetes cluster ( [https://www.linuxtechi.com/install-kubernetes-1-7-centos7-rhel7/#comment-1221](url) ). I has been installed kubernetes dashboard. Now, I trying to install consul, but I got error: _PersistentVolumeClaim is not bound:...