Kubernetes Operations

Automate deployment, operation, and troubleshooting of Kubernetes clusters and workloads.

3|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR --skill kubernetes-operations-delqhi-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Operations
Source: https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR/tree/main/.claude/PLUGINS/marketplaces/claude-code-plugins/plugins/plugin-dev/skills/plugin-structure
Command: npx skills add https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR --skill kubernetes-operations-delqhi-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage Kubernetes clusters and workloads effectively, including deployment strategies, resource configuration, troubleshooting, and security hardening.

Core Features & Use Cases

  • Deployments, StatefulSets, DaemonSets, and upgrading strategies with rolling updates.
  • Ingress, ConfigMaps, Secrets, and networking best practices.
  • Troubleshooting, monitoring, and security hardening across environments.

Quick Start

Create a minimal Deployment manifest and apply it to your cluster to bootstrap a workload.

Frequently Asked Questions about Kubernetes Operations

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

FAQPage Schema
How do I configure Kubernetes deployments and StatefulSets for rolling updates?

Kubernetes ingress configuration routes external traffic to cluster services using HTTP and HTTPS rules. You apply ingress resources alongside ConfigMaps and Secrets to manage networking best practices and expose workloads securely.

How do I manage multi-environment Kubernetes support across development, staging, and production?

Multi-environment Kubernetes support applies consistent workload configurations across development, staging, and production clusters. You manage environment-specific settings using ConfigMaps and Secrets to isolate deployments while maintaining operational parity.

What is the best way to troubleshoot Kubernetes clusters and workloads?

Troubleshooting Kubernetes clusters involves monitoring workload state, logging pod activity, and inspecting deployment events. You diagnose failing workloads by analyzing cluster logs and resource events to identify configuration or networking issues.

How do I apply security hardening to Kubernetes clusters?

Kubernetes security hardening restricts workload access using Secrets, network policies, and role-based access controls. You secure cluster operations by applying least-privilege principles to service accounts and encrypting sensitive configuration data.

Can I use Kubernetes DaemonSets for node-level workload management across environments?

Kubernetes DaemonSets automatically deploy pods to every node in the cluster for node-level workload management. You use DaemonSets to ensure background processes run consistently across all environments, including development and production.