mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-25 04:17:25 +00:00
⚡ Update the README.md
(s)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Helm Chart of Kubeshark
|
||||
|
||||
## Officially (WIP)
|
||||
|
||||
Add the Helm repo for Kubeshark:
|
||||
|
||||
```shell
|
||||
@@ -38,3 +40,14 @@ Uninstall Kubeshark:
|
||||
```shell
|
||||
helm uninstall kubeshark
|
||||
```
|
||||
|
||||
## Accesing
|
||||
|
||||
Do the port forwarding:
|
||||
|
||||
```shell
|
||||
kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \
|
||||
kubectl port-forward -n kubeshark service/kubeshark-front 8899:80
|
||||
```
|
||||
|
||||
Visit [localhost:8899](http://localhost:8899/)
|
||||
|
Reference in New Issue
Block a user