Files
kubescape/examples/helm_chart/README.md
Matthias Bertschy b6a4e282f9 Revamp documentation and reduce host sensor workers
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
2025-11-30 11:47:00 +01:00

1.6 KiB

Helm Chart Examples

⚠️ DEPRECATED: This directory contains legacy Helm chart examples that are no longer maintained.

Current Helm Charts

For the latest Kubescape Helm charts, please visit:

Kubescape Helm Charts Repository

Quick Install

# Add the Kubescape Helm repository
helm repo add kubescape https://kubescape.github.io/helm-charts/
helm repo update

# Install the Kubescape operator
helm upgrade --install kubescape kubescape/kubescape-operator \
  --namespace kubescape \
  --create-namespace

Available Charts

Chart Description
kubescape-operator Full Kubescape in-cluster operator

Documentation

Migration from Legacy Charts

If you were using the legacy armo-helm charts, please migrate to the new kubescape/helm-charts repository. The new charts provide:

  • Continuous vulnerability scanning
  • Configuration scanning
  • Runtime threat detection (eBPF-based)
  • Network policy generation
  • Prometheus metrics
  • And more...

See the migration guide for detailed instructions.