kubernetes

Solid

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

AI & Automation 54 stars 11 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
58
Recency 20%
90
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
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

kubernetes-specialist

Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.

9,537 Updated 1 weeks ago
Jeffallan
DevOps & Infrastructure Listed

kubernetes-skills

Kubernetes orchestration patterns, deployments, and best practices

0 Updated today
murtazatouqeer
DevOps & Infrastructure Solid

k8s-manifest-generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

36,222 Updated today
wshobson
DevOps & Infrastructure Listed

kubernetes-best-practices

Provides production-ready Kubernetes manifest guidance including resource management, security, high availability, and configuration best practices. This skill should be used when working with Kubernetes YAML files, deployments, pods, services, or when users mention k8s, container orchestration, or cloud-native applications.

1 Updated today
Backura
DevOps & Infrastructure Listed

k8s-manifest-generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

22 Updated 6 days ago
HermeticOrmus