CLOVER-43: Initial commit for Clovisor 59/64359/1
authorStephen Wong <stephen.kf.wong@gmail.com>
Tue, 11 Sep 2018 23:37:33 +0000 (23:37 +0000)
committerStephen Wong <stephen.kf.wong@gmail.com>
Thu, 1 Nov 2018 06:46:52 +0000 (06:46 +0000)
commitcd2e542f06198c0160cf631c5e41e3a5c87e1299
tree4bfabcba20b771eea265d59f545a49334d04b52c
parent6e5c74f40cecd61e216a2ba01dc0860eeab02347
CLOVER-43: Initial commit for Clovisor

Part of Clover's initial task (during project proposal) is to explore
cloud native network tracing tools. Clover the project proposes
Clovisor as a way for Clover to use the IOvisor
(https://www.iovisor.org/) to perform network tracing. This is the first
commit of this module

Please note that the BPF code used in this commit were only tested with
Linux kernel 4.14+ --- hence, if ubuntu is used, and one prefers LTS,
the requirement is 18.04+

A different patch will track the redis and k8s API server watcher code

Also, a design doc will be added in the future (TBD)

Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
Change-Id: I30d9f9d474b8703097c470d39628e86bc788f9b6
12 files changed:
clover/clovisor/Dockerfile [new file with mode: 0644]
clover/clovisor/bin/clovisor [new file with mode: 0755]
clover/clovisor/build-docker [new file with mode: 0755]
clover/clovisor/build.sh [new file with mode: 0755]
clover/clovisor/clovisor.yaml [new file with mode: 0644]
clover/clovisor/clovisor_main.go [new file with mode: 0644]
clover/clovisor/libclovisor/clovisor_bcc.go [new file with mode: 0644]
clover/clovisor/libclovisor/clovisor_cfg.go [new file with mode: 0644]
clover/clovisor/libclovisor/clovisor_k8s.go [new file with mode: 0644]
clover/clovisor/libclovisor/ebpf/session_tracking.c [new file with mode: 0755]
clover/clovisor/libclovisor/jaeger-all-in-one-template.yml [new file with mode: 0644]
clover/clovisor/libclovisor/redis.yaml [new file with mode: 0644]