enclave-inspect

Inspect Kurtosis enclaves to list services, ports, and file artifacts.

547|97|Updated Feb 14, 2023
One-click install
npx skills add https://github.com/kurtosis-tech/kurtosis --skill enclave-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enclave-inspect
Source: https://github.com/kurtosis-tech/kurtosis/tree/main/skills/enclave-inspect
Command: npx skills add https://github.com/kurtosis-tech/kurtosis --skill enclave-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables operators to understand and manage Kurtosis enclaves by listing enclaves, inspecting services and ports, examining file artifacts, exporting enclave state for debugging, and cleaning up resources.

Core Features & Use Cases

  • List enclaves and retrieve status (RUNNING/STOPPED) with creation time.
  • Inspect an enclave to view user services, their ports and status, and uploaded file artifacts.
  • Dump full enclave state for offline debugging and sharing with teammates.
  • Enclave lifecycle operations such as create, stop, remove, and cleanup.

Quick Start

Run kurtosis enclave inspect <enclave-name> to view the current enclave status and contents.

Frequently Asked Questions about enclave-inspect

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

FAQPage Schema
How do I inspect a Kurtosis enclave to see running services and ports?

To inspect a Kurtosis enclave, run the command targeting the enclave name to retrieve its current status, enumerate user services, view allocated ports, and list uploaded file artifacts. This provides a full snapshot of the enclave contents for verification.

What is the best way to debug a Kurtosis enclave offline?

The best way to debug a Kurtosis enclave offline is to dump the full enclave state. This exports all configuration details, service statuses, and artifacts into a shareable format for offline analysis and troubleshooting with teammates.

Can I list all Kurtosis enclaves and check if their status is RUNNING or STOPPED?

Yes, you can list all Kurtosis enclaves to retrieve their current status, identifying whether each enclave is RUNNING or STOPPED. The listing also includes enclave creation time to help track lifecycle and resource usage.

How do I access file artifacts stored within a Kurtosis enclave?

To access file artifacts within a Kurtosis enclave, inspect the specific enclave by its name. The inspection process enumerates all uploaded file artifacts alongside user services and port mappings, making them available for examination.

What enclave lifecycle operations are available for cleanup and resource management?

Available enclave lifecycle operations include creating, stopping, and removing enclaves. You can also perform cleanup actions to free up resources and manage the overall enclave lifecycle effectively within your environment.