Update the readme

Added a link to the live demo portal.
updated the homebrew and helm installation instructions.
This commit is contained in:
Alon Girmonsky 2024-03-29 15:44:42 -07:00 committed by GitHub
parent 35c1a88724
commit 054c4a9e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,8 @@
<p align="center"> <p align="center">
<b> <b>
NEW: Want to see Kubeshark in action, right now? Visit this
<a href="https://github.com/kubeshark/kubeshark/releases/latest">Version 52.1.63</a> <a href="https://demo.kubeshark.co/">live demo deploymenet</a> of Kubeshark.
now available, featuring enhanced
<a href="https://docs.kubeshark.co/en/half_connections">Network Error Detection & Analysis</a>.
</b> </b>
</p> </p>
@ -51,18 +49,21 @@ Running any of the :point_up: above commands will open the [Web UI](https://docs
### Homebrew ### Homebrew
[Homebrew](https://brew.sh/) :beer: users can add Kubeshark formulae with: [Homebrew](https://brew.sh/) :beer: users install Kubeshark CLI with:
```shell
brew tap kubeshark/kubeshark
```
and install Kubeshark CLI with:
```shell ```shell
brew install kubeshark brew install kubeshark
``` ```
### Helm
Add the helm repository and install the chart:
```shell
helm repo add kubeshark https://helm.kubeshark.co
helm install kubeshark kubeshark/kubeshark
```
## Building From Source ## Building From Source
Clone this repository and run `make` command to build it. After the build is complete, the executable can be found at `./bin/kubeshark__`. Clone this repository and run `make` command to build it. After the build is complete, the executable can be found at `./bin/kubeshark__`.