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/kubesharkor
Install via npx
npx @hexmos/ipm i kubeshark/kubesharkPrerequisites
kubectl
system_toolRequired to deploy Kubeshark workers and manage cluster resources.
Kubernetes Cluster
environmentAn active Kubernetes cluster with administrative access.
Go
languageVersion: >=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/kubesharkPost 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`.
