Every k8s node have individual ip, which is router for all dockers running on it. Is there any way to check by api (k8s, weave, etc...) - ip's of others nodes?
I can run of course docker on every node and then check what's router ip there, or just connect to every node and check which ip is on weave device - but there must be simpler (api ;)) way to do that :-)