技能 kubernetes-deployment
📦

kubernetes-deployment

安全

Deploy to Kubernetes with Claude Code

Streamline Kubernetes deployment workflows including containerization, Helm charts, service mesh configuration, and production-ready K8s patterns.

支援: Claude Codex Code(CC)
🥉 73 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「kubernetes-deployment」。 Create Kubernetes deployment for a Node.js API

預期結果:

Multi-phase workflow: Container preparation -> K8s Manifests -> Helm Chart -> Security -> Deployment with quality gates

正在使用「kubernetes-deployment」。 Set up monitoring for K8s cluster

預期結果:

Prometheus configuration + Grafana dashboards + Alert rules + Distributed tracing setup

安全審計

安全
v1 • 2/25/2026

This skill is a documentation and workflow guide for Kubernetes deployment. Static analysis flagged backtick characters as 'shell execution' but these are markdown code formatting syntax, not actual shell commands. No security risks confirmed - the skill only provides workflow prompts and does not execute any commands.

1
已掃描檔案
168
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
87
內容
50
社群
100
安全
83
規範符合性

你能建構什麼

DevOps Engineer Automation

Automate end-to-end deployment workflows for containerized applications to Kubernetes clusters

Platform Team Templates

Create reusable deployment templates and Helm charts for team-wide Kubernetes deployments

Developer Quick Start

Get guided workflow for deploying applications to Kubernetes without deep K8s expertise

試試這些提示

Basic K8s Manifest Generation
Use @kubernetes-deployment to create Kubernetes manifests for my application. I need a Deployment, Service, and ConfigMap for a Python web API.
Helm Chart Creation
Use @kubernetes-deployment with @helm-chart-scaffolding to create a Helm chart for my microservice with environment-specific values.
Service Mesh Setup
Use @kubernetes-deployment and @istio-traffic-management to configure Istio service mesh with mTLS and traffic splitting.
GitOps Deployment
Use @kubernetes-deployment and @gitops-workflow to set up a GitOps deployment pipeline with ArgoCD for my K8s cluster.

最佳實務

  • Use environment-specific values.yaml files to separate dev/staging/production configurations
  • Implement proper RBAC policies following principle of least privilege
  • Enable monitoring and alerting before deploying to production

避免

  • Hardcoding secrets directly in Kubernetes manifests
  • Deploying without health checks and readiness probes configured
  • Skipping rollback strategy in deployment configuration

常見問題

Does this skill connect to my Kubernetes cluster?
No. This skill provides workflow guidance and prompts. It requires separate skills for actual kubectl commands.
What skills should I combine with this?
Use with docker-expert, k8s-manifest-generator, helm-chart-scaffolding, and gitops-workflow for complete workflows.
Can I use this without Kubernetes knowledge?
Yes. The workflow guides you through each phase with clear prompts and best practices.
Does it support Helm 3?
Yes. The skill includes Helm chart scaffolding for Helm 3.
Which service mesh options are supported?
Istio, Linkerd, and generic service mesh patterns are supported in the workflow.
How do I adapt templates for my environment?
Modify values.yaml files for your specific namespace, image tags, and resource limits.

開發者詳情

檔案結構

📄 SKILL.md