Enable your project to use a service discovery. With IpQueue you can create scripts for service registration and service information retrieval in a smart way without pain. IpQueue uses a simple HTTP API layer easily integrable on every environment, you can use a cURL syntax to interact with Docker, Kubernates, Jenkins, Travis CI, etc...
Register your service (call from service machine or container)
$ curl -XPOST <service-name>.ipqueue.com
Retrieve information of service (call from dependants system)
$ curl -s <service-name>.ipqueue.com
<services-name>
can be:
- acme-crm-prod-mysql,
- com-mycorp-uat-nginx,
- org-care-dev-apache,
- etc...
Update Documentation
docker-compose up docs
HTTP Methods
Method | Function |
---|---|
GET |
Retrieve information about a service |
HEAD |
|
POST |
|
PUT |
|
DELETE |
|
CONNECT |
|
OPTIONS |
|
TRACE |