dbaas-check

Diagnose DBAAS deployment health in Kubernetes via pod, service, and API checks.

1|3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/IldarMinaev/troubleshooting-skill --skill dbaas-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dbaas-check
Source: https://github.com/IldarMinaev/troubleshooting-skill/tree/main/skills/dbaas-check
Command: npx skills add https://github.com/IldarMinaev/troubleshooting-skill --skill dbaas-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnoses and validates the health of a DBAAS deployment in Kubernetes, focusing on aggregator status, adapter registration, database tracking integrity, and API connectivity.

Core Features & Use Cases

  • End-to-end health checks: verify aggregator pod and deployment readiness, service endpoints, and API responsiveness.
  • Adapter registration validation: ensure all known adapters are registered and reporting healthy status.
  • Ghost/Lost database detection: identify databases that are ghosted in PostgreSQL or lost in DBAAS tracking to maintain data integrity.
  • Use Case: operators can quickly confirm a healthy DBAAS installation after upgrades or during incident response to guide remediation.

Quick Start

Run the health-check steps against your target DBAAS namespace to verify aggregator status, adapter registrations, and database integrity.

Frequently Asked Questions about dbaas-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the health of a DBAAS deployment in Kubernetes?

To check the health of a DBAAS deployment in Kubernetes, verify aggregator pod readiness, service endpoints, adapter registration, and API connectivity to ensure system stability.

How do I detect ghost or lost databases in a PostgreSQL DBAAS setup?

You detect ghost or lost databases in a PostgreSQL DBAAS setup by scanning for databases ghosted in PostgreSQL or lost in DBAAS tracking across namespaces to maintain data integrity.

What does a DBAAS adapter registration validation check for?

A DBAAS adapter registration validation checks that all known adapters are successfully registered with the aggregator and are actively reporting a healthy operational status across the Kubernetes cluster.

Do I need Kubernetes cluster access to run a DBAAS health check?

Yes, you need target Kubernetes cluster access and credentials to retrieve secrets for authenticated API calls when running a DBAAS health check to verify aggregator status and database tracking integrity.

Why does my DBAAS aggregator API show as unreachable during incident response?

Your DBAAS aggregator API may show as unreachable if the aggregator pod or deployment lacks readiness, or if service endpoints are misconfigured, which end-to-end health checks help identify for remediation.