Skip to content

Install UI/TUI

Use HolmesGPT through graphical and terminal interfaces via third-party integrations.

K9s Plugin

Integrate HolmesGPT into your K9s Kubernetes terminal for instant analysis.

Prerequisites

K9s must be installed - See the K9s installation guide

Install

  1. Install HolmesGPT CLI and set API key - Follow the CLI Installation Guide to install Holmes and configure your AI provider

  2. Install the K9s plugin:

    mkdir -p ~/.k9s/plugins
    curl -o ~/.k9s/plugins/holmes.yaml \
      https://raw.githubusercontent.com/robusta-dev/holmesgpt/master/k9s-plugin.yaml
    

  3. Try it:

    1. Run K9s
    2. Select any Kubernetes resource (pod, deployment, etc.)
    3. Press Ctrl+H to invoke HolmesGPT
    4. Holmes will analyze the selected resource and display results

Web UI (Robusta)

The fastest way to use HolmesGPT is via the managed Robusta SaaS platform.

Watch Demo

Get Started

  1. Sign up: platform.robusta.dev
  2. Connect your cluster: Follow the in-app wizard to install the Robusta agent and configure data sources.
  3. Investigate: Use the "Ask Holmes" chat to analyze alerts or ask questions like:

    1. “What pods are failing in production?”
    2. “Why did this alert fire?”

Slack Bot (Robusta)

First install Robusta SaaS, then tag HolmesGPT in any Slack message for instant analysis.

Setup Slack Bot

Watch Slack Bot Demo

Need Help?