kubernetes-deployment

Installation
SKILL.md

Kubernetes Deployment Skill

Quick Start

  1. Read Phase 4 Constitution - prompts/constitution-prompt-phase-4.md
  2. Check Docker images - Ensure images are built with @docker-containerization-builder
  3. Create namespace - kubectl create namespace todo-app
  4. Apply manifests - kubectl apply -f k8s/ -n todo-app
  5. Verify deployment - kubectl get pods -n todo-app

Kubernetes Architecture

Installs
2
First Seen
Feb 21, 2026
kubernetes-deployment — maneeshanif/todo-spec-driven