bootstrap-monitor

Monitor cluster bootstrap to completion across Terraform, Kubernetes, and Flux.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/agentydragon/cluster --skill bootstrap-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap-monitor
Source: https://github.com/agentydragon/cluster/tree/main/.claude/skills/bootstrap-monitor
Command: npx skills add https://github.com/agentydragon/cluster --skill bootstrap-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the cluster bootstrap runs to full completion, reporting only final success or irrecoverable failure, so you can stop chasing partial progress.

Core Features & Use Cases

  • Monitors all bootstrap steps (Terraform layers, Flux reconciliations, node readiness, core services)
  • Enforces a strict completion criterion (success or irrecoverable failure)
  • Provides actionable guidance when failures occur

Quick Start

Run ./bootstrap.sh with direnv loaded; the monitor will wait for completion and exit with a success or irrecoverable failure status.

Frequently Asked Questions about bootstrap-monitor

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

FAQPage Schema
How do I monitor cluster bootstrap to completion without partial progress reports?

Bootstrap monitoring enforces a strict completion criterion, polling at configurable intervals across Terraform layers, Kubernetes nodes, Flux reconciliations, and core services. The monitor exits only on complete success or irrecoverable failure, eliminating intermediate status checks.

Can I monitor bootstrap across Terraform, Kubernetes, and Flux simultaneously?

Yes. The monitor tracks all bootstrap steps including Terraform layer deployments, node readiness, Flux reconciliations, HelmReleases, and core service health in a single continuous workflow, providing comprehensive visibility across the entire stack.

What happens when bootstrap monitoring encounters transient errors?

Transient errors are handled with configurable timeouts and retry logic. The monitor distinguishes between temporary failures and irrecoverable errors, continuing to poll until either bootstrap completes successfully or an unrecoverable failure is confirmed.

How do I verify that all essential services and endpoints are healthy during bootstrap?

The monitor performs comprehensive health checks across essential services and endpoints as part of its completion criterion. It validates readiness across all bootstrap layers before confirming successful completion.

Can I use bootstrap monitoring for bring-up and deployment tasks beyond initial cluster setup?

Yes. Bootstrap monitoring applies to bootstrap, deploy, and bring-up tasks across infrastructure layers. It provides continuous monitoring for any cluster initialization workflow requiring verification of full completion before proceeding.