Prerequisites
- Kubernetes cluster (v1.24+)
kubectlconfigured with cluster admin accesshelmCLI (v3.0+)- A Kestrel AI account with Organization Admin role
- Network connectivity to
grpc.platform.usekestrel.ai:443
Setup
1
Generate operator credentials
- Log in to the Kestrel AI Dashboard
- Navigate to Integrations → Kubernetes
- Click Generate New Credential
- Set a Cluster Name (e.g.,
production-cluster) — alphanumeric, dots, dashes, and underscores only - Choose your Flow Collection Source (Cilium L3/L4 or Istio L7)
- Choose your Metrics Source (Kubernetes Metrics Server, OpenTelemetry, or Datadog)
- Optionally enable Safe-Apply Permissions for AI-powered resource management
2
Download the Helm values file
Click Download to save the pre-configured values file:
3
Deploy with Helm
4
Verify installation
Check pod status:Expected output:Then confirm the cluster shows as Connected (green badge) in Integrations → Kubernetes.
The operator token automatically renews every 24 hours. No manual rotation is required.
Flow Collection Sources
- Cilium (L3/L4)
- Istio (L7)
Collects Layer 3/4 network flows from Cilium CNI via Hubble Relay. This is the default — no extra configuration needed if Cilium is your CNI.
How It’s Used
In Workflows
Trigger blocks:- Deployment Replicas Failing — fires when a Deployment cannot reach its desired replica count
- Nodes Unavailable — fires when one or more cluster nodes become NotReady
- Pod CrashLoopBackOff — fires when a pod enters a CrashLoopBackOff restart cycle
- Pod ImagePullBackOff — fires when a pod cannot pull its container image
- Pod OOMKilled — fires when a container is terminated due to an out-of-memory condition
- Pods Failing — fires when pods transition to a failed state
- Pods Restarting — fires when pods exceed a restart count threshold
- StatefulSet Replicas Failing — fires when a StatefulSet cannot reach its desired replica count
- Node Memory Pressure — fires when a node reports a MemoryPressure condition
- Node Disk Pressure — fires when a node reports a DiskPressure condition
- DaemonSet Failing — fires when a DaemonSet has unavailable pods
- Any Kubernetes Incident — fires on any Kubernetes incident detected by Kestrel
In Incident Response
- 24/7 real-time detection from Kubernetes events, pod logs, node conditions, and network telemetry
- Automated root cause analysis correlating events, metrics, logs, and network flows
- YAML fix generation with one-click GitOps deployment via connected GitHub/GitLab repos
- Causal PR detection — identifies recent deployments that may have caused the incident
In Cloud AI Copilot
- Ask questions about any connected cluster:
What pods are crashing in production? - Query metrics and resource utilization:
Show memory usage for the payments namespace - Generate and apply Kubernetes resources through conversational AI
- Use the
/kestrelSlack command for quick cluster queries
Configuration Reference
Helm Values
Authentication
Cilium
Istio Configuration
When enabling Istio, register Kestrel as an extension provider in your Istio mesh config:
Metrics Source
Safe-Apply
Quick Configuration Examples
Cilium with Datadog metrics:Managing Clusters
Multiple Clusters
Connect multiple clusters to a single Kestrel organization. Generate a unique credential for each cluster and deploy the operator with its specific token.Your subscription tier determines the maximum number of clusters. Contact hello@usekestrel.ai to upgrade.