-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to register external consul agent with consul server running on K8 #14
Comments
These issues shouldn't be used for general Q&A, please ask this question on the Consul mailing list. We try to keep issues for actual feature requests or bug reports for the particular project. I'll post one response here but if you want follow-ups please pick it back up on the ML. The recommended approach for an agent to join a server running in K8S is documented here: https://www.consul.io/docs/platform/k8s/out-of-cluster-nodes.html As documented there, a certain amount of network connectivity between the agents is necessary. Some other options are given there if that isn't possible, but its pretty limiting. |
# This is the 1st commit message: Add service for terminating-gateways # This is the commit message #2: Add gateway-kind:terminating to deployment # This is the commit message #3: Add registration path for terminating gateways # This is the commit message #4: Add BATS tests # This is the commit message #5: Remove registration from terminating gateways deployment # This is the commit message #6: Set ports AFAIK in service # This is the commit message #7: Begin setting values for endpoints controller # This is the commit message #8: Copy values from deployment to endpoints controller (as comment) # This is the commit message #9: Use connect-init instead of acl-init # This is the commit message #10: Remove guards from term gw service (they will get hit by the deployment) # This is the commit message #11: Range over gateways to produce a service for each deployment # This is the commit message #12: Add test for multiple gateways # This is the commit message #13: Remove the format script # This is the commit message #14: Note which parts of the config have been set
…ul-636-apply-code-review-consul-address [CONSUL-636] Apply Code Review: Consul Address
Deployed consul using helm chart on minikube. By default consul-server is headless service.
If I am running a consul agent outside the K8 cluster how can I register it with consul server running on K8.
Tried the options like port-forward but it's listening on the loopback address only which will not work in my scenario.
I am running minikube (192.168.99.100) on my mac. I started docker-machine (192.168.99.101) on which I wanted to start the consul-agent and connect it with consul server running on K8.
Running consul-agent on docker-machine.
How can I make this work?
The text was updated successfully, but these errors were encountered: