-
Notifications
You must be signed in to change notification settings - Fork 712
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
show container connections w/o proc scraping #1550
Comments
What was happening: Containers started via CNI have Also, I have |
We could consider decoupling the weavedns lookups from |
...while keeping other weave integrations, by setting --weave.hostname= Addresses a suggestion in #1550.
These days there's a
We are calling So there's quite a lot going on, and some optimisations are certainly possible, but these should all be hidden behind The rest of this issue then is a feature request: show edges between containers w/o proc scraping. This should be possible in principle since we can obtain the container IPs from docker regardless of the network implementation. |
Situation:
Result:
The text was updated successfully, but these errors were encountered: