eip-work / k8s-netchecker-agent

Basic network checker agent to check DNS and connectivity in kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network checker agent

Build Status Stories in Progress Go Report Card Code Climate License Apache 2.0 Docker Pulls

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

About

Basic network checker agent to check DNS and connectivity in kubernetes cluster

License:Apache License 2.0


Languages

Language:Go 49.6%Language:Shell 33.0%Language:Makefile 15.6%Language:Smarty 1.8%