kubesanity icon indicating copy to clipboard operation
kubesanity copied to clipboard

Another tool of network sanity check

Open mlycore opened this issue 7 years ago • 1 comments

Hi, I wrote a small tool for Kubernetes network connectivity check a week ago, I'd like to share this tool to your kubesanity repo, which I think would be helpful.

Here is the basic design:

design

As shows above, Both A and B are deployed as Daemonsets, B is also wrapped as Service X. A on every node is going to test TCP connection to B:Port, Service-X-ClusterIP:Port, NodeIP:NodePort. And finally export a general report of cluster network connectivity.

How do you think?

Greets Maxwell 

mlycore avatar Feb 23 '18 02:02 mlycore

Sounds great, I'd love to see this added in.

(and sorry for the delay in responding!)

brendandburns avatar Mar 07 '18 04:03 brendandburns