kubectl-cli

Run kubectl commands for Kubernetes cluster management and troubleshooting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill kubectl-cli-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubectl-cli
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/kubectl-cli
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill kubectl-cli-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management and troubleshooting of Kubernetes clusters by providing direct access to kubectl commands, reducing the need to memorize complex syntax.

Core Features & Use Cases

  • Cluster Health Checks: Quickly verify the status of nodes, pods, and system components.
  • Resource Management: Apply, diff, and delete Kubernetes resources efficiently.
  • Troubleshooting: Inspect pod logs, events, and exec into containers for debugging.
  • Use Case: When a deployment fails, use this Skill to check pod status, view logs, and identify the root cause.

Quick Start

Use the kubectl-cli skill to get the status of all nodes in the cluster.

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 pod failures using kubectl?

To troubleshoot Kubernetes pod failures, use kubectl to inspect pod status, view container logs, and check cluster events to identify the root cause of deployment issues.

What's the best way to check Kubernetes cluster health?

Checking Kubernetes cluster health involves using kubectl commands to quickly verify the status of nodes, pods, and system components to ensure your cluster is running correctly.

Can I manage AKS clusters with kubectl?

Yes, you can manage AKS clusters with kubectl, but it requires KUBECONFIG and kubelogin for authenticated access to perform cluster management operations.

How do I deploy and manage Kubernetes resources via command line?

Deploying Kubernetes resources via command line uses kubectl to apply configurations, diff changes, and delete resources efficiently across your cluster.

Why does my kubectl cluster access require kubelogin?

Kubectl cluster access requires kubelogin to handle authenticated access specifically for AKS clusters, ensuring secure connections before executing any management or troubleshooting commands.

What prerequisites do I need to use kubectl for cluster management?

Prerequisites for using kubectl for cluster management include having the kubectl CLI installed, a valid KUBECONFIG file, and kubelogin for authenticated access to AKS clusters.