File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ Overview
2+ ========
3+
4+ Network checker is an application that is meant to provide simple test for
5+ network connectivity. Connectivity is checked between the server part and multitude
6+ of agents. The agents then make periodical reports to the server and presence of
7+ reported data indicates aliveness of the link.
8+
9+ Usage
10+ =====
11+
12+ To start the server inside k8s pod and listen on port 8081 use following
13+ arguments:
14+
15+ ``` bash
16+ server -v 5 -logtostderr -kubeproxyinit -endpoint 0.0.0.0:8081
17+ ```
18+
19+ API interface
20+ =============
21+
22+ The server exposes following API interface.
23+
24+ - GET/POST - /api/v1/agents/{agent_name} - get, create/update agent's entry in the agent cache
25+ - GET - /api/v1/agents/ - get the whole agent cache dump
26+ - GWT - /api/v1/connectivity_check - get result of connectivity check between the server and the agents
You can’t perform that action at this time.
0 commit comments