Update kubeshark.co references (#1807)

This commit is contained in:
Volodymyr Stoiko
2025-11-25 20:44:21 +02:00
committed by GitHub
parent eb9a82962f
commit 4931116881
2 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ Think [TCPDump](https://en.wikipedia.org/wiki/Tcpdump) and [Wireshark](https://w
![Cluster-Wide PCAP Recording](https://github.com/kubeshark/assets/raw/master/png/pcap-recording.png)
## Getting Started
Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) or use one of the following methods to deploy **Kubeshark**. The [web-based dashboard](https://docs.kubeshark.co/en/ui) should open in your browser, showing a real-time view of your cluster's traffic.
Download **Kubeshark**'s binary distribution [latest release](https://github.com/kubeshark/kubeshark/releases/latest) or use one of the following methods to deploy **Kubeshark**. The [web-based dashboard](https://docs.kubehq.com/en/ui) should open in your browser, showing a real-time view of your cluster's traffic.
### Homebrew
@@ -61,7 +61,7 @@ kubeshark clean
Add the Helm repository and install the chart:
```shell
helm repo add kubeshark https://helm.kubeshark.co
helm repo add kubeshark https://helm.kubehq.com
helm install kubeshark kubeshark/kubeshark
```
Follow the on-screen instructions how to connect to the dashboard.
@@ -77,7 +77,7 @@ Clone this repository and run the `make` command to build it. After the build is
## Documentation
To learn more, read the [documentation](https://docs.kubeshark.co).
To learn more, read the [documentation](https://docs.kubehq.com).
## Contributing

View File

@@ -10,8 +10,8 @@ var (
Software = "Kubeshark"
Program = "kubeshark"
Description = "The API Traffic Analyzer for Kubernetes"
Website = "https://kubeshark.co"
Email = "info@kubeshark.co"
Website = "https://kubehq.com"
Email = "support@kubehq.io"
Ver = "0.0.0"
Branch = "master"
GitCommitHash = "" // this var is overridden using ldflags in makefile when building