home / skills / partme-ai / full-stack-skills / kubernetes
This skill provides comprehensive guidance for deploying and managing Kubernetes resources, including pods, services, deployments, and ingress configurations.
npx playbooks add skill partme-ai/full-stack-skills --skill kubernetesReview the files below or copy the command above to add this skill to your agents.
---
name: kubernetes
description: Provides comprehensive guidance for Kubernetes including pods, services, deployments, ingress, and cluster management. Use when the user asks about Kubernetes, needs to deploy applications to Kubernetes, configure Kubernetes resources, or manage Kubernetes clusters.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides comprehensive, practical guidance for Kubernetes: pods, services, deployments, ingress, and cluster management. It helps you design, deploy, troubleshoot, and optimize applications running on Kubernetes clusters. Use it to translate platform-agnostic requirements into concrete Kubernetes manifests, CLI commands, and operational advice.
The skill inspects your deployment goals, application architecture, and current cluster state to recommend resource types, configuration snippets, and command sequences. It generates YAML manifests, kubectl commands, health-check patterns, and step-by-step procedures for upgrades, rollouts, and rollbacks. It also identifies common misconfigurations and suggests fixes for networking, RBAC, storage, and resource limits.
Can this skill produce ready-to-apply YAML?
Yes. It generates clear, editable YAML manifests and explains each field so you can adapt them to your environment.
Will it handle cloud-specific resources?
It provides cloud-aware recommendations (load balancers, storage classes, IAM) but you should supply cloud details to get exact provider-specific manifests.
Can it help with security hardening?
Yes. It suggests RBAC rules, PodSecurityPolicies or equivalent, network policies, and image-scanning practices to reduce risk.