kubernetes-deployment
Claude Code로 Kubernetes 배포
컨테이너화, Helm 차트, 서비스 메시 구성, 프로덕션 준비 K8s 패턴을 포함한 Kubernetes 배포 워크플로를 간소화합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"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
보안 감사
안전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.
품질 점수
만들 수 있는 것
DevOps 엔지니어 자동화
컨테이너화된 애플리케이션을 Kubernetes 클러스터에 배포하기 위한 종단 간 배포 워크플로 자동화
플랫폼 팀 템플릿
팀 전체 Kubernetes 배포를 위한 재사용 가능한 배포 템플릿 및 Helm 차트 생성
개발자 빠른 시작
심층적인 K8s 전문 지식 없이 Kubernetes에 애플리케이션을 배포하기 위한 안내 워크플로 제공
이 프롬프트를 사용해 보세요
Use @kubernetes-deployment to create Kubernetes manifests for my application. I need a Deployment, Service, and ConfigMap for a Python web API.
Use @kubernetes-deployment with @helm-chart-scaffolding to create a Helm chart for my microservice with environment-specific values.
Use @kubernetes-deployment and @istio-traffic-management to configure Istio service mesh with mTLS and traffic splitting.
Use @kubernetes-deployment and @gitops-workflow to set up a GitOps deployment pipeline with ArgoCD for my K8s cluster.
모범 사례
- 개발/스테이징/프로덕션 구성을 분리하려면 환경별 values.yaml 파일 사용
- 최소 권한 원칙에 따라 적절한 RBAC 정책 구현
- 프로덕션 배포 전에 모니터링 및 알림 활성화
피하기
- Kubernetes 매니페스트에 시크릿을 직접 하드코딩
- 상태 확인 및 준비 프로브 구성 없이 배포
- 배포 구성에서 롤백 전략 건너뛰기