Extend support for swarm-mode with service tasks resolving, filtering and initial DNS Service Discovery.#21
Open
sergey-tikhonenko wants to merge 9 commits intotianon:masterfrom
Open
Conversation
Discovery for Swarm Mode
…m local ingress IP to a node (peer) IP for external access, added SRV records for directly bound to node ports, handled case when stack-name might contain dash, verified and fixed ReadMe examples.
flag; added peers IPs for Ingress network; removed duplicates IP:PORT for ingress network; show only service endpoint, tasks are not acessable through ingress network
02371a5 to
fa9dc43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
I've extended support of Swarm Mode from @matthid (#20) with cases that are interested for me. This is only functionality extention, not refactoring. I limited my changes since actually it's my first experience with go, so open for any tips.
Could you look on this?