kubernetes-manifests

Generate Kubernetes YAML manifests with security contexts and resource limits.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pingqLIN/skill-0 --skill kubernetes-manifests-pingqlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-manifests
Source: https://github.com/pingqLIN/skill-0/tree/main/converted-skills/kubernetes-manifests
Command: npx skills add https://github.com/pingqLIN/skill-0 --skill kubernetes-manifests-pingqlin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you create secure, reliable, and production-ready Kubernetes manifests by enforcing best practices for labeling, security, resource management, and health checks.

Core Features & Use Cases

  • Best Practices Enforcement: Guides users on essential Kubernetes manifest configurations.
  • Security Hardening: Details security contexts, pod security standards, and capability management.
  • Reliability: Covers resource requests/limits, health probes, and rollout strategies.
  • Use Case: Ensure your new microservice deployment adheres to organizational security policies and runs reliably by using this Skill to generate and validate its Kubernetes Deployment and Service manifests.

Quick Start

Generate a Kubernetes Deployment manifest for a web application following best practices.

Frequently Asked Questions about kubernetes-manifests

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

FAQPage Schema
How do I generate production-ready Kubernetes manifests with proper security contexts?

Generate production-ready Kubernetes manifests by enforcing security contexts, pod security standards, and capability management. This ensures your deployments adhere to organizational security policies and run reliably without misconfigured privileges.

What are the best practices for configuring resource requests and limits in Kubernetes YAML?

Best practices for resource requests and limits in Kubernetes YAML involve defining explicit CPU and memory allocations. This Skill enforces these configurations to guarantee reliable resource management and prevent pod eviction or node starvation.

How do I add health probes and rollout strategies to a Kubernetes deployment manifest?

Add health probes and rollout strategies to a Kubernetes deployment manifest to ensure reliability. This Skill configures liveness and readiness probes alongside rollout configurations to validate application stability during updates.

Can I validate Kubernetes YAML manifests using dry-run and schema checks before applying them?

You can validate Kubernetes YAML manifests using dry-run and schema checks. This Skill performs these validations to confirm your manifests adhere to required configurations and schema definitions before cluster deployment.

Does this approach to Kubernetes manifest generation work for microservice deployments?

This approach to Kubernetes manifest generation works effectively for microservice deployments. It generates Deployment and Service manifests that enforce labeling, resource management, and health checks tailored for microservice architectures.