Hi Kite team,
Does Kite currently support running an AI agent on a cron schedule to inspect the health of a Kubernetes cluster and send the results to a webhook?
Expected workflow:
- Trigger the AI agent on a configurable cron schedule, for example every 10 minutes.
- Connect to a Kubernetes cluster with read-only permissions.
- Inspect resources such as Pods, Deployments, Jobs, CronJobs, Events, and node health.
- Identify issues such as:
- CrashLoopBackOff or failed Pods
- Deployment replicas not ready
- Failed Jobs
- Abnormal Kubernetes Events
- Resource pressure or unhealthy nodes
- Summarize the findings using AI.
- Send the summary to a configurable webhook, such as Slack, Lark, or a custom HTTP endpoint.
- Optionally send notifications only when an anomaly is detected.
Could you clarify:
- Does Kite support cron-based or scheduled agent execution?
- Can an agent securely access Kubernetes using a ServiceAccount or kubeconfig?
- Does Kite support outgoing webhooks and custom webhook payloads?
- Are webhook retries, timeouts, and execution history available?
- If this is not currently supported, is it on the roadmap?
The Kubernetes access should ideally support a read-only RBAC configuration, with credentials stored securely.
Hi Kite team,
Does Kite currently support running an AI agent on a cron schedule to inspect the health of a Kubernetes cluster and send the results to a webhook?
Expected workflow:
Could you clarify:
The Kubernetes access should ideally support a read-only RBAC configuration, with credentials stored securely.