k8s-ops-expert

Manage Kubernetes clusters, troubleshoot pods, and deploy applications via Helm.

3.1k|368|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/openocta/openocta --skill k8s-ops-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-ops-expert
Source: https://github.com/openocta/openocta/tree/main/src/embed/employee_skills/k8s-ops-expert/k8s-ops-expert
Command: npx skills add https://github.com/openocta/openocta --skill k8s-ops-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex Kubernetes operations, enabling users to efficiently manage, troubleshoot, and deploy applications within their clusters.

Core Features & Use Cases

  • Cluster Management: View namespaces, pods, nodes, and events.
  • Troubleshooting: Access pod logs, execute commands in containers, and analyze cluster events.
  • Deployment & Release: Deploy applications using declarative manifests or Helm charts, and manage rollouts and rollbacks.
  • Scaling: Adjust the replica counts for Deployments and StatefulSets.
  • Use Case: Troubleshoot a failing pod by checking its logs, executing a diagnostic command inside the container, and then rolling back to a previous deployment if necessary.

Quick Start

Use the k8s-ops-expert skill to view all pods in the 'default' namespace.

Frequently Asked Questions about k8s-ops-expert

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

FAQPage Schema
How do I troubleshoot a failing Kubernetes pod using logs and diagnostic commands?

To troubleshoot a failing Kubernetes pod, you can access pod logs, execute diagnostic commands inside containers, and analyze cluster events to identify the root cause. This Skill automates gathering these operational data points for rapid diagnostics.

What is the best way to deploy applications to a Kubernetes cluster using Helm charts?

Deploying applications using Helm charts involves applying declarative manifests and managing rollouts through the cluster API. This Skill handles Helm-based deployments and rollback operations to streamline application releases.

Can I scale Kubernetes deployments and statefulsets by adjusting replica counts?

Yes, you can scale Kubernetes deployments and statefulsets by adjusting replica counts. This Skill manages scaling operations directly, allowing you to increase or decrease application instances based on load requirements.

Do I need a specific MCP server configuration to manage Kubernetes operations?

Yes, managing Kubernetes operations requires specific MCP server configuration through the kubernetes-mcp-server. This setup ensures the Skill can securely access your cluster to inspect resources and execute commands.

How does cluster inspection help with Kubernetes operations and maintenance?

Cluster inspection helps with Kubernetes operations by viewing namespaces, pods, nodes, and events. This visibility allows you to monitor cluster health, identify resource bottlenecks, and maintain operational stability.

When should I perform a rollback on a Kubernetes deployment?

You should perform a rollback on a Kubernetes deployment when a new release causes application failures or instability. This Skill manages rollbacks to revert to a previous stable state after diagnosing pod issues.