infra-testing
Installation
SKILL.md
Infrastructure Testing
Test infrastructure components (TestKube, PGBouncer) on Kubernetes clusters. CRITICAL: Always verify context to prevent wrong-cluster operations.
⚠️ SAFETY FIRST
MANDATORY before ANY operation:
# Verify current context
kubectl config current-context
# Confirm it matches your intended environment
# NEVER proceed if context is wrong
For validating the Docker images under test before deploying to Kubernetes, apply the
infra-docker-build-testskill.