Community
kagent#
Kagent is an open-source programming framework that brings the power of agentic AI to cloud-native environments. Built specifically for DevOps and platform engineers, Kagent enables AI agents to run directly in Kubernetes clusters to automate operations, troubleshoot issues, and solve complex cloud-native challenges.
Looking for Commercial Support? LEARN MORE
Prerequisites#
Deploy k0rdent v1.4.0: QuickStart
Install template to k0rdent#
helm upgrade --install kagent-crds oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=kagent-crds:0.3.13" -n kcm-system
helm upgrade --install kagent oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=kagent:0.3.13" -n kcm-system
Verify service template#
kubectl get servicetemplates -A
# NAMESPACE NAME VALID
# kcm-system kagent-crds-0-3-13 true
# kcm-system kagent-0-3-13 true