kubectl-cli

Execute kubectl commands to diagnose and fix Kubernetes cluster issues in AKS and ARO environments.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill kubectl-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubectl-cli
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/kubectl-cli
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill kubectl-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes operators and DevOps teams need a reliable, centralized way to diagnose cluster health, manage resources, and troubleshoot pods across AKS and ARO environments, reducing manual context switching and downtime.

Core Features & Use Cases

  • Cluster health checks and status retrieval across multiple namespaces.
  • Resource deployment and management with safe, repeatable workflows.
  • Troubleshooting pods, viewing logs, and inspecting events to quickly diagnose issues.

Quick Start

Run kubectl cluster-info to verify the cluster status and begin troubleshooting.

Frequently Asked Questions about kubectl-cli

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

FAQPage Schema
How do I troubleshoot Kubernetes pods across multiple namespaces in AKS or ARO?

To troubleshoot Kubernetes pods across namespaces, you execute kubectl commands to retrieve resource states, view logs, and inspect events for quick diagnosis in AKS and ARO environments. This provides a centralized workflow to reduce manual context switching and downtime.

What is the best way to check Kubernetes cluster health and status?

Checking Kubernetes cluster health involves running kubectl commands like cluster-info to verify status and retrieve resource states across namespaces. This identifies cluster issues and ensures environments are operating correctly without manual monitoring overhead.

Do I need specific RBAC permissions to manage resources with kubectl?

Yes, you need appropriate RBAC permissions to access the target cluster and manage resources with kubectl. You also need kubectl installed and configured properly to execute health checks and deployments safely.

Can I use kubectl to deploy resources and manage workloads safely?

Yes, you can use kubectl to deploy and manage resources using safe, repeatable workflows. This allows DevOps teams to handle resource deployment across AKS and ARO environments while maintaining operational safety.

Why does Kubernetes pod troubleshooting require inspecting events and logs?

Kubernetes pod troubleshooting requires inspecting events and logs because they provide the detailed state information needed to quickly diagnose issues. Viewing logs reveals application errors while events highlight scheduling or runtime failures within the cluster.