K8s Deployment Validator Skill

Community

End-to-end Kubernetes deployment validation.

Authorsarimofficial
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill automates end-to-end Kubernetes deployment validation by generating a comprehensive checklist and executing kubectl commands to verify pods, services, deployments, logs, and functionality across frontend, backend, and chatbot components.

Core Features & Use Cases

  • Generate a complete deployment validation checklist.
  • Execute kubectl commands to inspect pods, services, deployments, and replicas.
  • Analyze pod logs and startup messages to detect errors or warnings.
  • Validate connectivity and health endpoints through port-forward and curl.
  • Validate frontend and backend functionality, including chatbot interfaces.
  • Produce a structured validation report.

Quick Start

Install and configure kubectl for your cluster, then run the validation sequence:

  • kubectl get pods
  • kubectl get svc
  • kubectl get deploy
  • kubectl describe pods
  • kubectl logs -l app={app-name}
  • kubectl port-forward svc/{frontend-service} 3000:3000
  • curl http://localhost:3000/api/health
  • kubectl port-forward svc/{backend-service} 8000:8000
  • curl http://localhost:8000/api/health Then review the generated report to confirm success.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: K8s Deployment Validator Skill
Download link: https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/archive/main.zip#k8s-deployment-validator-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.