From 0f52533cd8b7d75f06dd9ab9c47e0d0e2f6bc592 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Tue, 6 Jul 2021 13:21:58 +0300 Subject: [PATCH] Update README.md (#82) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d0cd48ef..9e989232a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 水 mizu -standalone web app traffic viewer for Kubernetes +A simple-yet-powerful API traffic viewer for Kubernetes to help you troubleshoot and debug your microservices. Think TCPDump and Chrome Dev Tools combined. ## Download @@ -29,7 +29,7 @@ Pick one from the [Releases](https://github.com/up9inc/mizu/releases) page. ## How to run 1. Find pod you'd like to tap to in your Kubernetes cluster -2. Run `mizu PODNAME` or `mizu REGEX` +2. Run `mizu tap PODNAME` or `mizu tap REGEX` 3. Open browser on `http://localhost:8899` as instructed .. 4. Watch the WebAPI traffic flowing .. 5. Type ^C to stop