mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-18 02:11:57 +00:00
Update the readme
Added a link to the live demo portal. updated the homebrew and helm installation instructions.
This commit is contained in:
parent
35c1a88724
commit
054c4a9e8b
23
README.md
23
README.md
@ -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__`.
|
||||||
|
Loading…
Reference in New Issue
Block a user