# Helm Chart of Kubeshark ## Officially Add the Helm repo for Kubeshark: ```shell helm repo add kubeshark https://helm.kubeshark.co ``` then install Kubeshark: ```shell helm install kubeshark kubeshark/kubeshark ``` ## Locally Clone the repo: ```shell git clone git@github.com:kubeshark/kubeshark.git --depth 1 cd kubeshark/helm-chart ``` Render the templates ```shell helm template . ``` Install Kubeshark: ```shell helm install kubeshark . ``` 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)