A natural language CLI agent for Kubernetes cluster management
Project description
KubeAgent
Natural language CLI for Kubernetes cluster management
KubeAgent is an AI-powered CLI tool that lets you manage Kubernetes clusters through natural language conversation.
Installation
PyPI (Recommended)
pipx install kubeagent
# or
pip install kubeagent
Homebrew (macOS / Linux)
brew tap Ghostwritten/tap
brew install kubeagent
Docker
# GHCR
docker pull ghcr.io/ghostwritten/kubeagent:latest
# Docker Hub
docker pull ghostwritten/kubeagent:latest
# Run
docker run --rm -v ~/.kube:/home/kubeagent/.kube:ro ghcr.io/ghostwritten/kubeagent
GitHub Releases
Download the latest wheel or source tarball from Releases.
pip install kubeagent-*.whl
Quick Start
# First run triggers setup wizard
kubeagent
# Re-configure anytime
kubeagent init
# Diagnose issues
kubeagent doctor
# Start MCP server
kubeagent mcp start
# Check version
kubeagent --version
Development
# Install with dev dependencies
just install
# Format, lint, test
just check
Architecture
Four-layer architecture: Interface -> Agent -> Capability -> Infrastructure
See AGENTS.md for full specification.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kubeagent_cli-1.0.0.tar.gz.
File metadata
- Download URL: kubeagent_cli-1.0.0.tar.gz
- Upload date:
- Size: 280.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90554bb607314d435a9f03aec52944f63b8a0aeb4faeeaf5b157973012f81bdf
|
|
| MD5 |
2251b201b7526bb6df7033430947e7fa
|
|
| BLAKE2b-256 |
e30787744ad5ffa1545d4351a14b8603b9f320197f93abc2091009e185d69d11
|
File details
Details for the file kubeagent_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: kubeagent_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 83.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0514e41979c3b96eb10c9a053880b54292bf96e4b703b8a5da4dff25c7619d88
|
|
| MD5 |
8a8c316d3effb97c5961b9b339a6ab34
|
|
| BLAKE2b-256 |
7a41d3fd6fdccb960364bfa973d4826c77f0948268b5b892e369998702b1bbb7
|