Deploy in your cluster
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
Install Kubesentry via Helm
$ 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

Can't find what you need?

Join the Slack community or contact the team directly.