kubernetes

Execute kubectl commands and debug common Kubernetes pod issues.

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill kubernetes-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/kubernetes
Command: npx skills add https://github.com/RightNow-AI/openfang --skill kubernetes-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to efficiently manage, deploy, and debug applications on Kubernetes clusters, simplifying complex cloud-native operations.

Core Features & Use Cases

  • kubectl Command Execution: Run kubectl commands for managing pods, deployments, services, and more.
  • Debugging Assistance: Provides a structured workflow for diagnosing and resolving common Kubernetes issues like CrashLoopBackOff or Pending pods.
  • Deployment Best Practices: Guides users on declarative manifests, resource management, and zero-downtime deployments.
  • Use Case: Troubleshoot a failing application by using the Skill to check pod status, describe the problematic pod, and analyze its logs.

Quick Start

Use the kubernetes skill to check the status of all pods in the 'production' namespace.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I debug Kubernetes pods stuck in CrashLoopBackOff or Pending states?

To debug Kubernetes pods in CrashLoopBackOff or Pending states, you need a structured workflow to check pod status, describe the problematic pod, and analyze its logs for diagnosing and resolving common deployment issues.

What is the best way to manage kubectl commands for deployments and services?

The best way to manage kubectl commands for deployments and services is by executing them through an expert assistant that provides guidance on declarative configuration, resource optimization, and zero-downtime deployment patterns.

How do I achieve zero-downtime deployments and high availability in Kubernetes?

You achieve zero-downtime deployments and high availability in Kubernetes by following deployment best practices, utilizing declarative manifests, and optimizing resource management for your cloud-native applications.

Can I use this approach to troubleshoot failing applications in a specific namespace?

Yes, you can troubleshoot a failing application in a specific namespace by using kubectl commands to check the status of all pods, describe the problematic pod, and analyze its logs for errors.

Why does efficient management of cloud-native applications require declarative configuration?

Efficient management of cloud-native applications requires declarative configuration because it satisfies requirements for resource optimization and high availability, simplifying complex operations across Kubernetes clusters.