deploy · git:20260513.d34d2d6 · 2026-05-13 · sha256 9bf6eaa32018260d
deploy git:20260513.d34d2d6A
Immutable. This exact content is served forever at /api/v1/blob/9bf6eaa32018260d.
--- name: deploy description: Deploy applications to Kubernetes clusters --- # Deploy Handles deployment of containerized applications to Kubernetes using Helm charts. ## When to Use This Skill Use when deploying or updating services in any environment. ## Implementation Steps ### Step 1: Validate Check that the Helm chart is valid and all values are provided. ### Step 2: Deploy Run `helm upgrade --install` with the target namespace.