kubernetes-manifest

Validate Kubernetes workload manifests for security, networking, and lifecycle policies.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill kubernetes-manifest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-manifest
Source: https://github.com/shafibabar/SDLC-Artifact-Factory/tree/main/skills/kubernetes-manifest
Command: npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill kubernetes-manifest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates configuration drift and security vulnerabilities in Kubernetes workloads by enforcing a strict, platform-wide standard for every manifest deployed to the cluster.

Core Features & Use Cases

  • Zero Trust Enforcement: Automatically validates securityContext, NetworkPolicy, and ServiceAccount configurations to ensure workloads adhere to the platform's security boundary.
  • Operational Reliability: Standardizes probe semantics, resource requests, and graceful shutdown procedures to prevent fleet-wide outages during deployments.
  • Progressive Delivery: Provides templates for Argo Rollouts and canary strategies, ensuring that deployment behavior is versioned and reviewable in Git.

Quick Start

Use the kubernetes-manifest skill to audit the current deployment configuration for the estate-scanner service against the platform workload standards.

Frequently Asked Questions about kubernetes-manifest

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

FAQPage Schema
How do I enforce security standards in Kubernetes manifests?

Enforce Kubernetes security standards by validating securityContext, NetworkPolicy, and ServiceAccount configurations to ensure workloads adhere to a Zero Trust security boundary. This skill audits workload configurations during the deployment phase to eliminate configuration drift and security vulnerabilities across the cluster.

How do I validate Argo Rollouts canary strategies in Kubernetes?

Validate Argo Rollouts canary strategies by applying versioned deployment behavior templates for progressive delivery. This skill provides and checks progressive delivery configurations to ensure deployment behavior is reviewable in Git and compliant with platform standards.

Why do I need to standardize resource requests and probes in Kubernetes workloads?

Standardize resource requests and probes in Kubernetes workloads to prevent fleet-wide outages during deployments and ensure operational reliability. This skill validates probe semantics and resource management policies to maintain strict, platform-wide operational standards.

Can I use this to audit an existing service deployment configuration?

Yes, you can audit an existing service deployment configuration against platform workload standards during the SDLC deployment phase. The skill evaluates current Kubernetes manifests for networking, lifecycle policies, and Zero Trust compliance.

What are the limitations of automating Kubernetes manifest compliance checks?

The limitation of automating Kubernetes manifest compliance checks is that they focus strictly on the deployment phase of the SDLC. It validates workload configurations but does not manage runtime security or cluster infrastructure provisioning outside of platform standards.