Kurtosis Tech
Official@kurtosis-tech · United States of America
Building tools to get developers the environments they need where they want them, the way they want them.
Agent Skills by Kurtosis Tech
Showing 22 vetted skills indexed across 1 GitHub repositories.
cli-local-build
Compile the Kurtosis CLI from source and test against Docker and Kubernetes engines.
lint
Lint and format Kurtosis Starlark (.star) files for syntax and docstrings.
cluster-manage
Switch Kurtosis clusters between Docker and Kubernetes backends.
docker-local-build
Builds and tests Kurtosis from source on local Docker, compiling Engine, Core, Files Artifacts Expander, CLI, tagging images with git short SHA, and restarting the engine for a clean test environment.
portal
Start, verify, and stop the Kurtosis Portal daemon across remote servers.
dump
Export Kurtosis engine, enclaves, services, logs, and artifacts to a local directory.
engine-manage
Manage the Kurtosis engine server across Docker and Kubernetes backends.
port-forward
Display local port mappings for Kurtosis services to diagnose connectivity issues.
run-package
Execute Starlark scripts and Kurtosis packages with kurtosis run flags.
starlark-dev
Automate the development lifecycle of Kurtosis Starlark packages.
clean
Remove stale Kurtosis enclaves and engine containers to free resources.
k8s-dev-deploy
Build, tag, push, and deploy Kurtosis dev images to a Kubernetes cluster.
enclave-inspect
Inspect Kurtosis enclaves to list services, ports, and file artifacts.
files-inspect
Inspect, download, upload, and debug Kurtosis file artifacts across enclaves.
service-manage
Manage service lifecycle and inspect containers within Kurtosis enclaves via CLI.
grafloki
Centralize log collection and visualization across Kurtosis enclaves with Grafana and Loki.
context-manage
Manage connections to multiple Kurtosis instances by organizing and switching contexts.
k8s-debug-pods
Diagnose and fix Kurtosis Kubernetes pods stuck in Pending, CrashLoopBackOff, ImagePullBackOff, or Evicted states.
import-compose
Migrate Docker Compose workflows to Kurtosis via direct execution or Starlark conversion.
k8s-clean-cluster
Remove orphaned Kurtosis resources from a Kubernetes cluster.
gateway
Runs and supervises Kurtosis gateway Kubernetes engine port-forwarding from localhost to pods.
docker-debug
Diagnose Kurtosis engine and API container issues on local Docker.
Frequently Asked Questions About Kurtosis Tech
FAQPage SchemaWhat specific tasks can engineers perform with these environment capabilities?▼
Engineers can provision ephemeral enclaves, migrate existing service definitions, inspect containerized file artifacts, and manage service lifecycles. These capabilities allow for rapid testing of distributed systems by isolating services within reproducible, version-controlled environments that mirror production-like configurations.
Which personas benefit most from these environment management capabilities?▼
Platform engineers, backend developers, and site reliability engineers benefit most. These personas use the system to standardize development environments, troubleshoot complex service dependencies, and ensure consistent behavior across local Docker and remote Kubernetes clusters during the development and testing phases.
What are the prerequisites for deploying these environment management capabilities?▼
Deployment requires a functional Docker engine or a configured Kubernetes cluster. Users must install the core binary to interface with the engine, which then manages the lifecycle of enclaves, services, and network configurations defined via Starlark configuration files.