Kubernetes Conventions

Provide Kubernetes configuration best practices and troubleshooting workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/FabrizioCafolla/scaffold-ai --skill kubernetes-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Conventions
Source: https://github.com/FabrizioCafolla/scaffold-ai/tree/main/content/skills/developer-kubernetes
Command: npx skills add https://github.com/FabrizioCafolla/scaffold-ai --skill kubernetes-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive standards and best practices for writing, deploying, and managing Kubernetes manifests and clusters, reducing configuration errors and improving operational consistency.

Core Features & Use Cases

  • Guidelines for Manifests and Helm Charts: Offers advice on setting best practices for resource definitions, probes, RBAC, and Helm templating.
  • Operational Strategies: Covers troubleshooting workflows, resource requests, and anti-patterns to avoid.
  • Use Case: A DevOps engineer can reference these standards to ensure all Kubernetes configurations in a project adhere to reliable, production-grade practices.

Quick Start

Consult this Skill to review Kubernetes resource configuration standards before deploying your application manifests.

Frequently Asked Questions about Kubernetes Conventions

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

FAQPage Schema
What are the best practices for Kubernetes manifest management in production?

Best practices for Kubernetes manifest management include setting standardized resource definitions, probes, and RBAC configurations. Following these guidelines ensures consistency and safety in production environments by reducing configuration errors.

How do I troubleshoot common deployment errors in Kubernetes clusters?

Troubleshooting Kubernetes deployment errors involves following structured workflows to identify common anti-patterns and security issues. Consulting operational strategies helps address resource requests and configuration problems encountered during deployment.

Can I use Helm charts to standardize Kubernetes resource configurations?

Yes, you can use Helm charts to standardize Kubernetes resource configurations. The guidelines offer advice on Helm templating best practices, ensuring reliable resource definitions and operational consistency across your deployments.

What security configurations should I apply to Kubernetes clusters?

Kubernetes cluster security configurations should include implementing RBAC and avoiding operational anti-patterns. Applying these recommended security configurations addresses common vulnerabilities and ensures safety in production environments.

When do I need to define resource requests and probes in Kubernetes manifests?

You need to define resource requests and probes in Kubernetes manifests when preparing production-grade deployments. Setting these configurations ensures cluster stability and operational consistency by preventing resource exhaustion and application failures.