diff --git a/Accessing-Mizu.md b/Accessing-Kubeshark-(fka-Mizu).md similarity index 95% rename from Accessing-Mizu.md rename to Accessing-Kubeshark-(fka-Mizu).md index 9009852..45e8254 100644 --- a/Accessing-Mizu.md +++ b/Accessing-Kubeshark-(fka-Mizu).md @@ -1,3 +1,7 @@ +Mizu (by UP9) is now Kubeshark. Read about it more [here](https://www.kubeshark.co/mizu-is-now-kubeshark). + +** This page needs updating ** + Mizu is created in Daemon (long-living) mode by using the `tap` command with the `--daemon` flag. After Mizu is successfully deployed, Mizu GUI is accessible on port 8899 of `mizu-api-server` pod. In order to access Mizu from outside the Kubernetes cluster (e.g., from your local machine), the deployment needs to be exposed. This could be done in any of the standard ways that Kubernetes offers. ## How-To