k8s-deploy

Installation
SKILL.md

Kubernetes Deployment

Safe deployment practices, rollout strategies, and rollback procedures.

When to Use This Skill

Use this skill when:

  • Deploying new application versions
  • Rolling back failed deployments
  • Scaling applications
  • Managing deployment strategies

Pre-Deployment Checklist

1. Cluster Health Check

# Nodes ready?
kubectl get nodes
Installs
1
First Seen
Mar 31, 2026
k8s-deploy — agenticdevops/devops-execution-engine