ICMP interconnectivity check
Open
enhancement
- Dominant language
- Go
- Stars
- 54
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
# Background
When I was debugging network issues, I found following checks were often used and might be worthwhile to add as checks:
* Connectivity between two pods on same machine.
* Connectivity between two pods on different machines.
* Connectivity between pod and node on same machine.
* Connectivity between pod and node on different machines.
Each check above should include two ways. That means, one way connectivity doesn't always means ok vice versa.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.