Skip to content

KubeVela

This toolset provides access to KubeVela CLI commands for managing and troubleshooting applications built on the Open Application Model (OAM).

Prerequisites

The KubeVela CLI (vela) must be installed and configured to access your cluster.

Installation:

# Install vela CLI
curl -fsSl https://kubevela.io/script/install.sh | bash

# Verify installation
vela version

Configuration

Add the following to ~/.holmes/config.yaml:

toolsets:
    kubevela/core:
        enabled: true

After making changes to your configuration, run:

holmes toolset refresh

To test, run:

holmes ask "What is the status of my KubeVela applications?"

Common Use Cases

holmes ask "What KubeVela applications are unhealthy and why?"
holmes ask "Show me the workflow status for my payment-service application"
holmes ask "What components does my frontend application have and are they running correctly?"
holmes ask "Check if there are any trait configuration issues in the user-api application"