Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install kubeshark/kubeshark. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

kubeshark/kubeshark Installation Guide

How to install kubeshark/kubeshark. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for kubeshark/kubeshark. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i kubeshark/kubeshark
or

Install via npx

npx @hexmos/ipm i kubeshark/kubeshark

Prerequisites

kubectl

system_tool

Required to deploy Kubeshark workers and manage cluster resources.

Kubernetes Cluster

environment

An active Kubernetes cluster with administrative access.

Go

language

Version: >=1.21.0

Only required if building the CLI from source code.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Helm (Production Deployment)

helm repo add kubeshark https://helm.kubeshark.co

helm repo update

helm install kubeshark kubeshark/kubeshark

Post Installation Steps

  • To start capturing traffic in the current namespace, run: `kubeshark tap`.
  • The dashboard will automatically open at http://localhost:8899.
  • To capture traffic across all namespaces, use: `kubeshark tap -A`.
  • Clean up all deployed resources with: `kubeshark clean`.