Skip to content

Commit

Permalink
Update README to mention release URL
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Dec 18, 2018
1 parent 1d254ea commit b4ec02a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@

`kokotap` provides network tapping for Kubernetes Pod. `kokotap` creates VxLAN interface to target Pod/Container then do packet mirroring to the VxLAN interface by [tc-mirred](http://man7.org/linux/man-pages/man8/tc-mirred.8.html). `kokotap` can also create VxLAN interface to Kubernetes target node (e.g. 'kube-master') to capture the traffic or you can specify specific IP addresses for non Kubernetes node for capture.

# Support
# Supported Container Runtime

`kokotap` supports following runtime:

- Docker runtime
- cri-o

# Get Releases
See [releases page](https://github.com/redhat-nfvpe/kokotap/releases).

# Syntax

Currently `kokotap` creates pod yaml file, so you can put it in `kubectl` to create pods.
Expand Down

0 comments on commit b4ec02a

Please sign in to comment.