Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
reference to design doc and correction to label explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrip authored Jun 17, 2020
1 parent f99cd1a commit e1e829f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ bytes_recv{destination_address="172.17.0.2:48474",destination_pod_name="etcd-min
...
```

As we see the bytes received by each connection is shown and the source IP is given. If there is a known pod with the same IP the *pod_name* is also given.
As we see the bytes received by each connection is shown and the source IP is given. If there is a known pod with the same IP the *source_pod_name* and or *destination_pod_name* is also given.

## Design

Please see the [DESIGN](DESIGN.md) for information on how kube-netc is structured.

0 comments on commit e1e829f

Please sign in to comment.