Integrations

How MicroStax connects with Kubernetes, cloud providers, observability stacks, IDE workflows, and automation systems.

MicroStax already integrates with the tooling most teams need to run and operate developer environments.

Orchestration Targets

IntegrationStatusNotes
k3s / KubernetesShippedPrimary runtime for isolated environments, baselines, overlays, and shadows.
GKEShippedDedicated provider implementation in the orchestrator layer.
EKSShippedProvider entry point available for AWS-managed clusters.
AKSShippedProvider entry point available for Azure-managed clusters.
No-op orchestratorShippedUseful for tests, dry runs, and local validation flows.

Developer Interfaces

IntegrationStatusNotes
CLIShippedFull lifecycle, replay, diagnostics, seeds, governance, and compliance commands.
DashboardShippedEnvironment management, logs, topology, gallery, audit, compliance, and admin views.
VS Code ExtensionShippedBlueprint schema support, linting, CodeLens, logs, topology, seed and snapshot views.
MCP ServerShippedAgent-facing tools for environments, templates, snapshots, logs, seeds, stubs, and sharing.

Networking And Runtime

IntegrationStatusNotes
Traefik ingressShippedExternal routing, share links, and overlay-aware traffic entry.
Header-based routingShippedPins traffic to overlays and derived environments.
Traffic tee / mirrorShippedSupports shadow observation and behavioral diff workflows.
NetworkPolicy enforcementShippedDefault-deny isolation with explicit exposure rules.

Observability

IntegrationStatusNotes
OpenTelemetryShippedTrace ingestion and recent telemetry retrieval.
Prometheus metricsShippedPlatform, routing, and status metrics.
Jaeger-compatible tracingShippedExposed through CLI trace commands and runtime integrations.
Audit logsShippedGovernance and administrative activity tracking.

Data And Storage

IntegrationStatusNotes
PostgresShippedMetadata store for production deployments.
In-memory storeShippedLocal development and tests.
RedisShippedUsed where queueing or persistence helpers are required.
Object storageShippedSnapshot artifact storage and retrieval.

Automation

IntegrationStatusNotes
GitHub OAuthShippedDashboard authentication flow.
GitHub webhooksShippedAutomation entry point for repository events.
CI pipelinesShippedUse CLI --json output for scripted environment workflows and automation.
Template galleryShippedBuilt-in Blueprint templates for common stacks.
  • Kubernetes or k3s for environment execution
  • Postgres for metadata persistence
  • Traefik for ingress
  • OpenTelemetry and Prometheus for observability
  • CLI or MCP for automation
  • VS Code extension for Blueprint authoring and diagnostics
Integrations | MicroStax Documentation