mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-23 02:57:16 +00:00
fix readme titles (#442)
This commit is contained in:
@@ -83,7 +83,7 @@ To tap all pods in current namespace -
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
###To tap specific pod
|
### To tap specific pod
|
||||||
```bash
|
```bash
|
||||||
$ kubectl get pods
|
$ kubectl get pods
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
@@ -96,7 +96,7 @@ To tap all pods in current namespace -
|
|||||||
^C
|
^C
|
||||||
```
|
```
|
||||||
|
|
||||||
###To tap multiple pods using regex
|
### To tap multiple pods using regex
|
||||||
```bash
|
```bash
|
||||||
$ kubectl get pods
|
$ kubectl get pods
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
@@ -111,7 +111,7 @@ To tap all pods in current namespace -
|
|||||||
Web interface is now available at http://localhost:8899
|
Web interface is now available at http://localhost:8899
|
||||||
^C
|
^C
|
||||||
```
|
```
|
||||||
###To run mizu mizu daemon mode (detached from cli)
|
### To run mizu mizu daemon mode (detached from cli)
|
||||||
```bash
|
```bash
|
||||||
$ mizu tap "^ca.*" --daemon
|
$ mizu tap "^ca.*" --daemon
|
||||||
Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached.
|
Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached.
|
||||||
@@ -133,7 +133,7 @@ $ mizu clean # mizu will continue running in cluster until clean is executed
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
###To run mizu daemon mode with LoadBalancer kubernetes service
|
### To run mizu daemon mode with LoadBalancer kubernetes service
|
||||||
```bash
|
```bash
|
||||||
$ mizu tap "^ca.*" --daemon
|
$ mizu tap "^ca.*" --daemon
|
||||||
Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached.
|
Mizu will store up to 200MB of traffic, old traffic will be cleared once the limit is reached.
|
||||||
|
Reference in New Issue
Block a user