kubernetes

Manage Kubernetes workloads with kubectl and Helm charts.

30|7|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rfdiosuao/openfang-cn --skill kubernetes-rfdiosuao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/rfdiosuao/openfang-cn/tree/main/crates/openfang-skills/bundled/kubernetes
Command: npx skills add https://github.com/rfdiosuao/openfang-cn --skill kubernetes-rfdiosuao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Deployment Management: Deploy and manage applications using kubectl and Helm charts.
  • Troubleshooting: Diagnose and resolve issues with pods, services, and deployments using logs, descriptions, and exec commands.
  • Optimization: Apply best practices for resource management, networking, and security.
  • Use Case: Quickly identify why a web application is unresponsive by checking pod status, examining deployment events, and tailing container 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 unresponsive Kubernetes pods in a production namespace?

Debug unresponsive Kubernetes pods by checking pod status, examining deployment events, tailing container logs, and using exec commands for interactive troubleshooting sessions. This approach quickly identifies why a web application is unresponsive in your production environment.

What's the best way to manage Kubernetes deployments using Helm charts?

Manage Kubernetes deployments using Helm charts by leveraging expert assistance for deployment management and Kubernetes-native patterns. This streamlines application deployment and resource management across your clusters using standard Helm and kubectl commands.

Why are my Kubernetes workloads failing to start after deployment?

Kubernetes workloads fail to start due to resource constraints, networking issues, or security misconfigurations. Diagnose the issue by retrieving pod descriptions, analyzing cluster events, and applying best practices for resource management and security.

Can I use kubectl to troubleshoot cloud-native application issues?

You can use kubectl to troubleshoot cloud-native application issues through pod status checks, event analysis, log retrieval, and interactive debugging sessions. These commands help diagnose and resolve problems with pods, services, and deployments.

How do I apply best practices for Kubernetes resource management and security?

Apply best practices for Kubernetes resource management and security by following Kubernetes-native patterns for resource allocation, networking configurations, and security policies. This ensures optimal deployment management and protects workloads running in your clusters.