Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/kagent/introduction/installation/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const metadata = {

# Installing kagent

This guide covers ways to install and configure kagent in your Kubernetes environment. For a quick setup, check out our [Quick Start Guide](/docs/kagent/getting-started/quickstart).
This guide covers ways to install and configure kagent in your Kubernetes environment. For a quick setup, check out our [Quick Start Guide](/docs/kagent/getting-started/quickstart). For enterpise offerings, check out [kagent enterprise](/docs/kagent/introduction/what-is-kagent/#enterprise-distributions).

## Installation Methods

Expand Down
6 changes: 6 additions & 0 deletions src/app/docs/kagent/introduction/what-is-kagent/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const metadata = {

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.

Kagent was created at [Solo.io](https://www.solo.io) in 2025 and is a [Cloud Native Computing Foundation](https://www.cncf.io) sandbox project.

## What is kagent?

Unlike traditional chatbots, kagent leverages advanced reasoning and iterative planning capabilities to autonomously handle multi-step problems in cloud-native environments. It transforms AI insights into concrete actions, helping teams tackle common operational challenges like:
Expand Down Expand Up @@ -41,6 +43,10 @@ Kagent addresses the growing complexity of cloud-native operations by:
- Enabling teams to formalize and share their operational expertise
- Providing a platform for building and sharing custom AI agents

## Enterprise distributions

Check out [kagent enterprise](https://www.solo.io/products/kagent-enterprise), a comprehensive agent management interface for creating, validating, debugging, deploying, and monitoring AI agents across federated Kubernetes clusters. Kagent enterprise adds enterprise-grade capabilities on top of the kagent open source project, including advanced management features, observability tools, and multicluster federation support.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be pointed to the kagent.dev/enterprise page instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! It isnt available yet though - could we merge with this for now and then update to kagent.dev/enterprise when that is ready?


## Getting Started

To start using kagent in your environment, check out the [Quick Start Guide](/docs/kagent/getting-started/quickstart) guide. For a deeper understanding of how kagent works, refer to the [kagent architecture](/docs/kagent/concepts/architecture).
Expand Down
2 changes: 2 additions & 0 deletions src/app/docs/kagent/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Kagent is an innovative AI agent platform designed specifically for Kubernetes e
It empowers developers and operations teams to create intelligent, autonomous agents that can
monitor, manage, and automate complex Kubernetes workloads using the power of large language models (LLMs).

Kagent was created at [Solo.io](https://www.solo.io) in 2025 and is a [Cloud Native Computing Foundation](https://www.cncf.io) sandbox project.

## Key Features

- **AI-Powered Automation** - Create intelligent agents that understand natural language and can perform complex Kubernetes operations
Expand Down