Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Introduce endpoint discovery / automatic port pickup / all-in-one docker images #91

Merged
merged 1 commit into from
Mar 6, 2019

Conversation

benoitf
Copy link
Contributor

@benoitf benoitf commented Mar 1, 2019

Introduce:

  • discovery mechanism to detect new endpoint being started on the same network (so sidecar container could be discovered automatically) with zeroconf
  • automatic pickup of ports if not specified. Allow to start several endpoints on the same network
  • allow docker images including both plug-in and endpoint

Change-Id: If0c0b58814892b1dbbe6d8b04e8fb5e7691ef820
Signed-off-by: Florent Benoit fbenoit@redhat.com

…the same network

(so sidecar container could be discovered automatically)

Also introduce automatic port if port is already in used (so for example if you run three or four endpoints it won't collide)
note: if port is specified then it doesn't take unassigned ports

It allows as well pure docker image of sidecar + plug-ins

Change-Id: If0c0b58814892b1dbbe6d8b04e8fb5e7691ef820
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf marked this pull request as ready for review March 6, 2019 10:38
@benoitf benoitf changed the title Introduce endpoint discovery to detect new endpoint being started on the same network Introduce endpoint discovery / automatic port pickup / all-in-one docker images Mar 6, 2019
@benoitf benoitf self-assigned this Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants