setup-kubernetes-deployment

Configure Kubernetes deployment manifests

Content Preview
# Setup Kubernetes Deployment

Configure Kubernetes deployment manifests

## Instructions

1. **Kubernetes Architecture Planning**
   - Analyze application architecture and deployment requirements
   - Define resource requirements (CPU, memory, storage, network)
   - Plan namespace organization and multi-tenancy strategy
   - Assess high availability and disaster recovery requirements
   - Define scaling strategies and performance requirements

2. **Cluster Setup and Configuration**
   - Set up 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-kubernetes-deployment.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/setup-kubernetes-deployment.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/setup-kubernetes-deployment.md

Related Skills