What problem does it solve?
This Skill provides a comprehensive health check for the Kagenti platform, identifying and diagnosing issues across deployments, pods, services, and resource utilization to ensure smooth operation.
Core Features & Use Cases
- Automated Health Script: Runs a robust script (
.github/scripts/verify_deployment.sh) that checks resource usage, deployment statuses, and pod health.
- E2E Test Execution: Integrates with end-to-end tests to validate platform health from a user's perspective.
- Manual Checks: Offers detailed
kubectl commands for deep-diving into specific components like Keycloak, Istio, SPIRE, and Tekton.
- Use Case: After a platform update, use this skill to confirm all services are running correctly and no new issues have been introduced before proceeding with further operations.
Quick Start
Run the automated health check script to verify the platform's current status.