https://github.com/mirantis/k8s-netchecker-agent
Basic network checker agent to check DNS and connectivity in kubernetes cluster
https://github.com/mirantis/k8s-netchecker-agent
golang k8s-netchecker-agent kubernetes netchecker-agent network-checker
Last synced: 8 months ago
JSON representation
Basic network checker agent to check DNS and connectivity in kubernetes cluster
- Host: GitHub
- URL: https://github.com/mirantis/k8s-netchecker-agent
- Owner: Mirantis
- License: apache-2.0
- Created: 2017-01-04T10:21:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T12:07:59.000Z (over 6 years ago)
- Last Synced: 2025-03-29T09:34:15.206Z (about 1 year ago)
- Topics: golang, k8s-netchecker-agent, kubernetes, netchecker-agent, network-checker
- Language: Go
- Size: 62.5 KB
- Stars: 14
- Watchers: 6
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network checker agent
[](https://goo.gl/gQxrfz)
[](https://goo.gl/kJ8CYj)
[](https://goo.gl/Q6HZdP)
[](https://goo.gl/n5nWM4)
[](https://goo.gl/QKY5kg)
[](https://goo.gl/U0l9UK)
The agent is a simple application that collects network related information
from a host and sends it to designated network checker server end point.
## Usage
`agent -v=5 -alsologtostderr=true -serverendopoint=0.0.0.0:8888
-reportinterval=5`
## Building binary, running tests and preparing docker image
Build static binary inside of intermediate build container:
`make build-containerized`
Prepare docker image:
`make build-image`
Run tests inside intermediate container:
`export DOCKER_BUILD=yes; make unit`