kubernetes

Featured

Kubernetes workflow skill. Use this skill when a user needs workload manifests, rollout strategy, service exposure, or cluster operations guidance.

AI & Automation 50 stars 11 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Kubernetes ## Overview Use this skill when the user needs declarative deployment guidance for Kubernetes workloads. It is for manifests, rollouts, probes, configuration boundaries, workload decomposition, and day-two concerns like debugging and rollback. This skill should favor small, explicit manifests over magical abstraction layers. Good output should make ownership, selectors, failure modes, and rollout behavior obvious. ## When to Use This Skill - Use when creating or reviewing manifests for Deployments, Jobs, Services, Ingress, or related objects. - Use when the user needs readiness, liveness, scaling, configuration, or rollout behavior clarified. - Use when a deployment works in theory but fails under cluster realities such as probe timing, labels, or config drift. ## Core Concepts ### Labels and Selectors Are the Wiring Many Kubernetes failures are really ownership failures. Stable, semantic labels and selectors matter as much as the pod spec. ### Keep Manifests Minimal and Observable Small manifests are easier to review, diff, and roll back. Add only the configuration needed for the stated workload, then document what validates success. ## Step-by-Step Guide ### 1. Define the Workload Boundary State the container image, entrypoint, ports, config sources, secret sources, and persistence expectations before writing manifests. ### 2. Build the Resource Set Choose the minimum set of resources required. For a typical app this means Deployment, Service, Co...

Details

Author
diegosouzapw
Repository
diegosouzapw/awesome-omni-skills
Created
2 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.

1,140 Updated 1 months ago
AIPexStudio
AI & Automation Solid

agent-skills-authoring

Guides agents through creating, validating, and optimizing Agent Skills (SKILL.md files) from user requests. Covers all YAML frontmatter fields, directory layout, progressive disclosure, scripts, quality patterns, and evaluation workflows. Use when a user asks you to create, edit, audit, or improve an Agent Skill, even if they don't use the word "skill" — any request about reusable agent instructions, workflow packaging, or capability extension should trigger this skill.

22 Updated 2 months ago
zebbern
AI & Automation Featured

skill-composer

DAG-based multi-skill orchestration with dependency resolution.

388 Updated 2 days ago
notque
AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

26,544 Updated today
iOfficeAI
AI & Automation Solid

create-skill

Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session

1,727 Updated 3 days ago
maxritter