kubernetes

Review Kubernetes manifests for safe deployment and rollout planning.

108|27|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/diegosouzapw/omni-skills --skill kubernetes-diegosouzapw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/diegosouzapw/omni-skills/tree/main/skills/kubernetes
Command: npx skills add https://github.com/diegosouzapw/omni-skills --skill kubernetes-diegosouzapw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Kubernetes deployments often suffer from drift, unsafe rollouts, and poorly defined ownership. This skill provides structured guidance for creating and reviewing manifests, rollout strategies, and cluster operations to improve stability and traceability.

Core Features & Use Cases

  • Declarative manifest review and guidance for Deployments, Services, Ingress, and ConfigMaps.
  • Rollout planning and rollback readiness with concrete failure paths and health checks.
  • Day-two operations support including debugging, observability, and safe scaling.

Quick Start

Provide a workload name and its manifests, and request a review packet from the Kubernetes skill for evaluation.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I review Kubernetes manifests for safe deployment and rollout?

To review Kubernetes manifests for safe deployment, provide a workload name and its manifests to receive a structured evaluation packet. This packet applies best-practice checks to labels, selectors, probes, and resource sizing to ensure deployment stability and traceability.

What is the best way to plan a Kubernetes rollout and rollback strategy?

Planning a Kubernetes rollout requires concrete failure paths and health checks. You can evaluate rollout readiness by analyzing deployment manifests to ensure proper probe configuration and defined rollback paths are established before applying changes.

How do I configure Kubernetes probes and resource sizing for day-two operations?

Configuring Kubernetes probes and resource sizing for day-two operations involves evaluating workload manifests against current best practices. This process ensures safe scaling, observability, and debugging capabilities are properly defined across your deployments and services.

Can I use this Kubernetes skill to review Services, Ingress, and ConfigMaps?

Yes, you can review Services, Ingress, and ConfigMaps alongside Deployments. The skill evaluates declarative manifest creation and service exposure configurations to ensure proper label selectors, ownership, and safe cluster operations.

Why do my Kubernetes deployments suffer from configuration drift and unsafe rollouts?

Kubernetes deployments suffer from drift and unsafe rollouts due to poorly defined ownership and inadequate manifest reviews. Establishing explicit ownership, structured rollout planning, and concrete health checks mitigates these stability and traceability issues.