Kubernetes Operations

Deploy, debug, and scale Kubernetes workloads across clusters.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/astrosteveo/marketplace --skill kubernetes-operations-astrosteveo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Operations
Source: https://github.com/astrosteveo/marketplace/tree/main/plugins/plugin-dev/skills/plugin-structure
Command: npx skills add https://github.com/astrosteveo/marketplace --skill kubernetes-operations-astrosteveo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Kubernetes environments are complex and prone to misconfigurations; this skill provides clear, practical guidance for deploying workloads, diagnosing cluster issues, and ensuring reliable, scalable operations.

Core Features & Use Cases

  • Deployment patterns & manifest guidance for Deployments, StatefulSets, and DaemonSets
  • Health checks & resource tuning including readiness/liveness probes and resource limits
  • Networking & ingress configuration for stable internal and external access
  • Troubleshooting & optimization for cluster issues, performance tuning, and RBAC/security considerations
  • Real-world workflows: multi-environment deployments, rolling updates, incident response, and cluster hardening

Quick Start

Explain how to deploy a new microservice to a Kubernetes cluster and configure automatic scaling.

Frequently Asked Questions about Kubernetes Operations

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

FAQPage Schema
How do I deploy a microservice to a Kubernetes cluster and configure autoscaling?

To deploy a microservice to a Kubernetes cluster, you define manifests for Deployments and configure autoscaling by tuning resource limits and probes. This provides step-by-step guidance for rolling updates and stable workload scaling.

Why is my Kubernetes deployment failing health checks and how do I fix it?

Kubernetes deployments fail health checks when readiness or liveness probes are misconfigured. You can fix this by tuning probe thresholds and resource limits to ensure stable workload operations and prevent crash loops.

What is the best way to debug cluster issues during a Kubernetes incident response?

The best way to debug Kubernetes cluster issues is following structured troubleshooting workflows that diagnose performance bottlenecks and inspect resource usage. This provides authoritative guidance for incident response and optimization.

Can I use Kubernetes manifests to configure ingress for external access?

Yes, you can use Kubernetes manifests to configure ingress for external access. This provides networking and ingress configuration guidance to ensure stable internal and external routing across your cluster workloads.

How do I perform rolling updates for StatefulSets and DaemonSets in Kubernetes?

You perform rolling updates for StatefulSets and DaemonSets by applying updated manifests with specific deployment patterns. This guides you through configuring rolling updates to ensure zero-downtime workload scaling.

Do I need RBAC configurations for hardening Kubernetes cluster security?

Yes, you need RBAC configurations for hardening Kubernetes cluster security. This provides guidance on security considerations and RBAC setup to properly restrict permissions and protect workloads from misconfigurations.