kubectl_onprem

Execute kubectl commands on on-prem Kubernetes clusters via cluster_id.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill kubectl-onprem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubectl_onprem
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/kubectl_onprem
Command: npx skills add https://github.com/Arvo-AI/aurora --skill kubectl-onprem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remote execution of kubectl commands on connected on-prem Kubernetes clusters through the Aurora agent relay.

Core Features & Use Cases

  • Remote kubectl execution on connected on-prem clusters
  • Target clusters via cluster_id; use cloud-managed clusters via terminal_exec for those
  • Connectivity check via is_kubectl_onprem_connected and authorization through on_prem_kubectl
  • RCA workflow: run commands and collect status for incident investigation

Quick Start

Use the on_prem_kubectl tool with cluster_id and a kubectl command to execute on the target on-prem cluster.

Frequently Asked Questions about kubectl_onprem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run kubectl commands on a remote on-prem Kubernetes cluster?

You can execute kubectl commands remotely on on-prem Kubernetes clusters by routing them through the Aurora agent relay. This requires providing a valid cluster_id and using the on_prem_kubectl tool to reach the target environment.

When should I use remote kubectl execution instead of terminal_exec?

Use remote kubectl execution for on-prem Kubernetes clusters registered with a cluster_id. If you are managing cloud-managed clusters, you should use terminal_exec instead of this on-prem relay approach.

What do I need to execute kubectl on an on-prem cluster via Aurora?

Executing kubectl on an on-prem cluster requires a valid cluster_id, proper access permissions for the target environment, and the on_prem_kubectl tool. The skill validates connectivity via is_kubectl_onprem_connected before running commands.

How does the Aurora agent relay handle connectivity checks for on-prem kubectl?

The Aurora agent relay handles connectivity checks by using the is_kubectl_onprem_connected validation function. This verifies that the target on-prem Kubernetes cluster is reachable before executing any routed kubectl commands.

Can I use this approach to collect status for Kubernetes incident investigation?

Yes, you can use remote kubectl execution on on-prem clusters for RCA workflows. It allows you to run commands and collect cluster status information needed for incident investigation through the Aurora agent relay.