Git Product home page Git Product logo

consul-testing's Introduction

Consul Testing

Consul logo

Noodling around with HashiCorp's consul.

Locally

Verify installation as follows:

$ consul --version
Consul v1.0.7
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
$

consul may be run in development mode as follows:

$ consul agent -dev

[As usual, Ctrl-C to terminate.]

The consul console should now be available at:

http://localhost:8500

Register service:

$ curl --request PUT --data @sample.json http://localhost:8500/v1/catalog/register

Curl service:

$ curl http://localhost:8500/v1/catalog/service/redis

Dig service:

$ dig @127.0.0.1 -p 8600 redis.service.consul

Deregister service:

$ curl --request PUT --data @sample.json http://localhost:8500/v1/catalog/deregister

With Docker

Some useful stuff here:

https://www.consul.io/docs/guides/consul-containers.html

Official image

Consul uses HashiCorp's serf, but provides some useful features on top of what serf can provide.

Ports

Consul uses the following ports:

Port Protocol
8400 RPC
8500 HTTP
8600 DNS

There is also an HTTPS port, but it usually seems to be set to -1.

Binaries

Like many other HashiCorp products, there is only a single binary.

Which simplifies deployment ... the client and the server are the same docker image.

Servers are specified with the -server option.

Golang code

Install dependencies:

$ go get github.com/hashicorp/consul/api

Voluminous documentation here.

Credits

Some inspiration here, but not actually very useful:

http://varunksaini.com/consul-service-discovery-golang/

consul-testing's People

Contributors

mramshaw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.