Kubernetes Operations

Automate Kubernetes cluster operations and day-2 tasks across multi-environment deployments.

43|9|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/ssdeanx/AgentStack --skill kubernetes-operations-ssdeanx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Operations
Source: https://github.com/ssdeanx/AgentStack/tree/main/.github/skills/plugin-structure
Command: npx skills add https://github.com/ssdeanx/AgentStack --skill kubernetes-operations-ssdeanx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage and optimize Kubernetes clusters with clear best practices, troubleshooting steps, and deployment guidance.

Core Features & Use Cases

  • Guideline-driven deployment patterns and resource configuration
  • Troubleshooting cluster issues, diagnosing failures, and improving reliability
  • Ingress, networking, and security best practices for multi-environment clusters

Quick Start

Describe how to deploy a workload to a cluster using a manifest and verify its health.

Frequently Asked Questions about Kubernetes Operations

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

FAQPage Schema
How do I troubleshoot Kubernetes deployment failures and diagnose cluster issues?

Troubleshoot Kubernetes deployment failures by diagnosing cluster health, checking pod logs, and verifying resource configuration. This process applies best practices for resolving multi-environment cluster issues and improving overall reliability.

What is the best way to configure Ingress and networking for multi-environment Kubernetes clusters?

Configuring Ingress for multi-environment clusters involves applying networking best practices and security hardening rules. This ensures proper traffic routing and service configuration across different deployment targets.

How do I implement health checks and probes for Kubernetes workloads?

Implement health checks in Kubernetes by configuring readiness and liveness probes within your manifests. This monitors workload health, verifies deployments, and prevents traffic from routing to unresponsive pods.

Can I use this for day-2 Kubernetes operations like scaling and resource tuning?

Yes, day-2 operations like scaling, resource tuning, and security hardening are fully supported. It automates ongoing cluster operations and provides references for manifests and RBAC configuration.

Why does my Kubernetes service configuration fail during multi-environment deployments?

Kubernetes service configuration fails during multi-environment deployments due to misaligned manifests or RBAC restrictions. Apply guideline-driven deployment patterns and verify networking rules to resolve conflicts.