kubernetes-ops

Manage Kubernetes clusters with commands, manifest templates, and debugging procedures.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/silva2kand/silva-ide --skill kubernetes-ops-silva2kand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-ops
Source: https://github.com/silva2kand/silva-ide/tree/main/_cowork_os_pack/package/resources/skills/kubernetes-ops
Command: npx skills add https://github.com/silva2kand/silva-ide --skill kubernetes-ops-silva2kand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Simplifies Kubernetes cluster operations by providing commands, manifest templates, and debugging strategies for managing container orchestration environments.

Core Features & Use Cases

  • Cluster Management: Execute commands to inspect, modify, and troubleshoot Kubernetes resources across namespaces and clusters.
  • Manifest Creation: Generate standard Deployment, Service, Ingress, ConfigMap, Secret, and autoscaling YAML manifests for deploying applications.
  • Use Case: A DevOps engineer needs to update a deployment and troubleshoot pods; this Skill supplies necessary commands and best practices to perform these tasks efficiently.

Quick Start

Use the kubernetes-ops skill to list all pods in the production namespace and review their details to ensure deployment health.

Frequently Asked Questions about kubernetes-ops

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

FAQPage Schema
How do I deploy applications to a Kubernetes cluster using YAML manifests?

To deploy applications to a Kubernetes cluster, you can generate standard Deployment, Service, Ingress, ConfigMap, Secret, and autoscaling YAML manifests. This Skill provides manifest templates and operational procedures to ensure deployment consistency for containerized environments.

How do I debug failing pods in a Kubernetes production namespace?

To debug failing pods in a Kubernetes production namespace, this Skill supplies operational commands and debugging strategies. You can list and inspect pod details across namespaces to troubleshoot issues and verify deployment health effectively.

What kubectl commands do I need for cluster management and resource inspection?

For cluster management and resource inspection, this Skill provides kubectl commands to inspect, modify, and troubleshoot Kubernetes resources across namespaces. These commands help DevOps professionals maintain effective control over container orchestration environments.

Can I use this to create autoscaling and ingress configurations for my containers?

Yes, you can use this to create autoscaling and ingress configurations for your containers. It generates standard manifest templates for Deployments, Services, Ingress, ConfigMaps, Secrets, and autoscaling to streamline application deployment.

What is the best way to update a deployment and troubleshoot Kubernetes resources?

The best way to update a deployment and troubleshoot Kubernetes resources is by using the provided commands and best practices. This Skill enables DevOps engineers to execute updates and perform debugging tasks efficiently across their clusters.

Why should I use standard manifest templates for Kubernetes deployment operations?

You should use standard manifest templates for Kubernetes deployment operations to ensure consistency across your clusters. This approach simplifies container orchestration by providing reliable commands and templates for managing resources and debugging issues.