Skip to content
@kprompt

kprompt

Talk to Your Cluster.
kprompt — The AI Runtime for Kubernetes
kprompt logo

kprompt

The AI Runtime for Kubernetes

Open-source reasoning layer for Kubernetes: observe the cluster, plan safe actions, and execute only after approval. Laptop CLI + optional in-cluster Observe agent.

Release License: Apache-2.0 Go Website


Start here → github.com/kprompt/kprompt · star · clone · try the demo

curl -fsSL https://kprompt.ai/install | bash
# or: brew install kprompt/tap/kprompt

Website · Docs · Discussions · Examples

X · LinkedIn · Bluesky · hello@kprompt.ai


Observe agent demo (no API key)

Kind cluster, seven broken workloads, heuristic Observe agent — zero LLM spend, Autopilot propose-only:

kprompt Observe agent on a broken kind cluster — incidents, health score, propose-only Autopilot

git clone https://github.com/kprompt/kprompt-examples.git
cd kprompt-examples && make walkthrough

What you can say

kprompt "scale api to 10"                     # plan first
kprompt "scale api to 10" --approve --wait    # apply after review
kprompt "explain why payment-api is crashing" # debug
kprompt "delete everything in the cluster"    # hard-denied
kprompt agent run -n payments --health --heuristic

Reads run immediately. Mutations show Intent / Plan / Risk / Actions / Blast radius, then ask y/N — or pass --approve.


How it works

Observe → Reason → Plan → Validate → Approve → Execute → Learn
Step What happens
Intent Describe the change in plain English — or let Observe watch continuously
Plan Typed actions, risk, blast radius
Safety Wipe / delete-everything style prompts are hard-denied
Apply Review, then execute against your local kubeconfig

Same kubeconfig as kubectl. BYOK — your LLM keys stay local. Never silent auto-heal by default.


What's in v0.7

Capability
Plan → approve → apply CLI Scale, deploy, rollback, Helm, explain, investigate
Observe agent Namespace watch → Incident → gated Slack/webhook
Autopilot Propose-only by default (never silent apply)
CI --output json PlanResult for jq gates
Multi-context Read fan-out + per-context mutate approval

Repositories

Repo Role
kprompt CLI + Observe agent (start here)
kprompt-examples Kind demos — make walkthrough
kprompt-website Site + /install
homebrew-tap brew install kprompt/tap/kprompt

Website · CLI · Discussions · Good first issues · v0.7.0

X @kpromptai · LinkedIn · Bluesky · hello@kprompt.ai

Star the CLI · PRs welcome · The AI Runtime for Kubernetes.

Pinned Loading

  1. kprompt kprompt Public

    The AI Runtime for Kubernetes

    Go 30 7

  2. kprompt-website kprompt-website Public

    Marketing site for kprompt.ai — AI Kubernetes CLI

    TypeScript 2 1

  3. kprompt-examples kprompt-examples Public

    Kind demos for the kprompt Observe agent — offline, no API key

    Shell 1

  4. homebrew-tap homebrew-tap Public

    Homebrew tap for kprompt CLI

    Ruby 1

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…