kubernetes

Execute kubectl commands and manage Helm charts for Kubernetes operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

  • Deployment & Management: Deploy and manage applications using kubectl and Helm.
  • Debugging: Diagnose and resolve issues with pods, services, and deployments.
  • Optimization: Apply best practices for resource management and security.
  • Use Case: Troubleshoot a web application that is stuck in a CrashLoopBackOff state by analyzing pod logs and resource utilization.

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 a Kubernetes pod stuck in CrashLoopBackOff?

To debug a Kubernetes pod stuck in CrashLoopBackOff, you analyze pod logs and inspect resource utilization. This Skill assists by executing kubectl commands to diagnose and resolve issues with failing pods, services, and deployments.

What is the best way to manage Helm charts for Kubernetes deployments?

Managing Helm charts for Kubernetes deployments involves using declarative manifests to deploy and manage applications. This Skill provides expert assistance for Helm chart management alongside kubectl command execution for cloud-native operations.

How do I apply network policies and RBAC in Kubernetes?

Applying network policies and RBAC in Kubernetes requires using declarative manifests to enforce security and resource optimization. This Skill focuses on declarative manifest usage, RBAC configuration, and network policies for cloud-native applications.

Can I use kubectl to optimize resource utilization across deployments?

You can use kubectl to optimize resource utilization across deployments by applying best practices for resource management. This Skill helps apply resource optimization and security best practices for managing applications on Kubernetes clusters.

Why are my Kubernetes services not routing traffic correctly?

Kubernetes services may fail to route traffic due to misconfigured declarative manifests or network policies. This Skill helps diagnose and resolve issues with services and deployments by analyzing pod logs and debugging cluster operations.