Documentation
Get Kubesentry running in your cluster.
Installation takes under 10 minutes. Full reference documentation, policy examples, and API specs live at docs.kubesentry.com.
Quick start
$ helm repo add kubesentry https://charts.kubesentry.com
$ helm repo update
$ helm install ks kubesentry/kubesentry \
--namespace kubesentry-system \
--create-namespace \
--set config.apiKey="YOUR_API_KEY"
# Verify DaemonSet is running on all nodes
$ kubectl get daemonset -n kubesentry-system
Getting Started
Helm install, cluster requirements, first alert in 10 minutes.
Configuration Reference
All values.yaml options, resource limits, namespace targeting, and tolerations.
Policy Engine
YAML policy syntax, Falco rule import, action types, and severity levels.
Detection Library
All built-in detection rules, syscall patterns, and tuning guidance for each threat category.
Integrations Setup
Step-by-step configuration for Slack, PagerDuty, Splunk, Elastic, and Datadog.
API Reference
REST API for alert history, policy management, baseline control, and event export. OpenAPI spec included.
Can't find what you need?
Join the Slack community or contact the team directly.