kubernetes-specialist

Review Kubernetes manifests for safe rollouts and resource configurations.

22|2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill kubernetes-specialist-jshsakura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-specialist
Source: https://github.com/jshsakura/awesome-opencode-skills/tree/main/skills/kubernetes-specialist
Command: npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill kubernetes-specialist-jshsakura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure Kubernetes manifests are reviewed for safe rollouts, proper resource configurations, and cluster operability, reducing risk of outages.

Core Features & Use Cases

  • Comprehensive manifest review for deployment, stateful set, and daemon set configurations.
  • Safety analysis of rollout strategies, probes, resource requests/limits, and network policies.
  • Use Case: When deploying a new microservice, validate that the manifest enforces least privilege RBAC, correct secret handling, and observability instrumentation.

Quick Start

Review a Kubernetes manifest to ensure safe rollout and proper resource configurations.

Frequently Asked Questions about kubernetes-specialist

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

FAQPage Schema
How do I review Kubernetes manifests for safe rollouts and correct resource configurations?

Kubernetes manifest review for safe rollouts involves validating rollout strategies, liveness/readiness probes, resource requests/limits, and RBAC least privilege to prevent outages across dev, staging, and production environments.

What is the best way to validate RBAC and Secret handling in Kubernetes deployments?

Validating RBAC and Secret handling in Kubernetes requires reviewing manifests to enforce least privilege access and correct secret configurations, ensuring microservices deploy securely across different cluster environments.

How do liveness and readiness probes affect Kubernetes rollout strategies?

Liveness and readiness probes dictate Kubernetes rollout success by verifying container health and traffic readiness, requiring proper manifest configuration to ensure safe deployments and reliable cluster operation.

Can I use manifest review to propose minimal safe changes with rollback options for Kubernetes?

Yes, Kubernetes manifest review proposes minimal safe changes with rollback options by analyzing stateful sets, daemon sets, and network policies to maintain cluster operability while enabling safe configuration reversals.

Does Kubernetes manifest review cover observability signals and service networking configurations?

Kubernetes manifest review covers observability signals and service networking by validating manifest instrumentation and network policies, ensuring workloads are monitorable and correctly routable across dev, staging, and production environments.

When should I not use automated manifest review for Kubernetes workloads?

You should reconsider automated Kubernetes manifest review for stateful applications requiring custom operator logic, as standard rollout strategy and probe validations may not fully capture specialized state management requirements.