You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
The service export example shows weave ps being used to find an address; since we should know that address via weaveDNS we should provide a feature to automate that step.
The text was updated successfully, but these errors were encountered:
So the problem with weave ps is that it only works on the host that the container resides on. This in fact leads to awkwardness in the example, as it needs to jump between hosts. The great advantage of weave ps though is that it works even when containers aren't registered in weaveDNS. Though arguably for the 'service export' use case that probably doesn't matter, i.e. it's not unreasonable to expect all services to be registered in DNS.
The problem with dig is that it requires specifying the fully qualified name. #987 would address that.
Plus you need dig.
We could introduce a weave dns-lookup <unqualified-name>.
The service export example shows
weave ps
being used to find an address; since we should know that address via weaveDNS we should provide a feature to automate that step.The text was updated successfully, but these errors were encountered: