kubernetes-ops

Deploy, scale, and troubleshoot containerized applications in Kubernetes clusters.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill kubernetes-ops-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-ops
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/kubernetes-ops
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill kubernetes-ops-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the complexity of managing containerized workloads by providing a standardized, production-ready framework for deploying, scaling, and troubleshooting Kubernetes resources.

Core Features & Use Cases

  • Resource Lifecycle Management: Easily create, update, and delete deployments, services, and ingress configurations using best-practice templates.
  • Automated Diagnostics: Quickly identify and resolve common issues like CrashLoopBackOff, Pending pods, or service connectivity failures with built-in debugging scripts.
  • Operational Efficiency: Use the provided scripts to perform cluster health checks, clean up orphaned resources, and debug specific pods in real-time.

Quick Start

Use the kubernetes-ops skill to run a health check on the production namespace to identify any failing pods or resource bottlenecks.

Frequently Asked Questions about kubernetes-ops

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

FAQPage Schema
How do I troubleshoot CrashLoopBackOff errors in Kubernetes pods?

To troubleshoot CrashLoopBackOff errors in Kubernetes pods, you can use built-in debugging scripts to analyze pod logs and identify the root cause of the application failures. The skill provides automated diagnostics to quickly resolve these common issues.

What is the best way to run a health check on a Kubernetes cluster?

The best way to run a Kubernetes cluster health check is to execute provided operational scripts that monitor cluster health and identify failing pods or resource bottlenecks. This requires kubectl access and standard API permissions to execute diagnostic commands.

How do I manage the lifecycle of Kubernetes deployments and services?

To manage the lifecycle of Kubernetes deployments and services, use standardized templates to create, update, and delete resources alongside ingress configurations. This skill simplifies resource configuration using production-ready frameworks for best practices.

Do I need kubectl installed to manage containerized applications in Kubernetes?

Yes, you need kubectl installed and standard Kubernetes API permissions to manage containerized applications. The skill requires kubectl access to execute its management commands and diagnostic scripts for scaling and troubleshooting operations.

Why are my Kubernetes pods stuck in a Pending state?

Kubernetes pods stuck in a Pending state often indicate resource bottlenecks or scheduling failures. You can use the skill's automated diagnostics and real-time debugging scripts to quickly identify resource constraints and resolve service connectivity failures.