kubernetes

Automate Kubernetes cluster operations and debugging workflows with kubectl and Helm.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies managing and debugging Kubernetes clusters by providing standardized guidance for kubectl workflows, Helm deployments, and cluster patterns, reducing manual trial-and-error and risky ad-hoc changes.

Core Features & Use Cases

  • Declarative deployment patterns using Helm charts and Kubernetes manifests.
  • Pod and workload troubleshooting with best-practice diagnostics and recovery workflows.
  • Security-conscious configurations including RBAC, network policies, and readiness/liveness probes.
  • Use Case: DevOps engineers quickly diagnose outages, enforce consistent cluster practices, and onboard new team members to Kubernetes operations.

Quick Start

Run kubectl get pods --all-namespaces to verify cluster context and current pod status before applying changes.

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 that keep failing during deployment?

To debug failing Kubernetes pods, use kubectl workflows to run diagnostics and apply best-practice recovery workflows. This provides standardized troubleshooting for workloads, reducing risky ad-hoc changes and manual trial-and-error.

What is the best way to apply declarative Helm charts and manifests in Kubernetes?

Applying declarative Helm charts involves using standardized deployment patterns for Kubernetes manifests. This enforces consistent cluster practices and security-conscious configurations, satisfying requirements for reliable infrastructure-as-code workflows.

How do I configure RBAC and network policies for secure Kubernetes deployments?

Configuring RBAC and network policies requires security-conscious configurations using Kubernetes manifests. This enforces consistent cluster practices, applying least-privilege access controls and readiness checks for secure workload management.

Does this Kubernetes deployment guidance work with kubectl and Helm workflows?

Yes, this guidance directly applies to contexts involving kubectl management and Helm deployments. It supports declarative manifests, pod troubleshooting, and RBAC checks for DevOps engineers managing cluster operations.

Why are my Kubernetes readiness and liveness probes causing pod restarts?

Kubernetes readiness and liveness probes must be configured using security-conscious best practices. Standardized diagnostics workflows help identify misconfigured health checks and apply recovery patterns to stabilize workloads.