Skip to content
m4xx3d0ut edited this page May 13, 2026 · 4 revisions

K1S WorkerBee Wiki

K1S WorkerBee

WorkerBee is a local MCP workbench for building, deploying, probing, and exporting k1s-powered cloud-native applications on a developer machine. It is designed for coding agents, but the CLI is useful for human-driven local operations too.

Start Here

Runbooks

Core Capabilities

  • Shared local MCP daemon with project-scoped state and lifecycle controls.
  • Global dashboard with project controls, ingress state, DNS state, and CA download guidance.
  • Local HTTPS ingress through Caddy for *.workerbee.localhost.
  • Explicit LAN ingress with optional WorkerBee DNS forwarding for local devices.
  • Dashboard CA download, explicit CA export, system trust, browser NSS trust, and LAN CA download workflows.
  • Native k1s manifest staging, local deploy, remote k1s deploy, and bundle export.
  • Image builds, status, logs, bounded exec, HTTPS probes, cleanup, and security review.
  • Advanced direct containerd profiles for k1s controller/runtime development.

High Value Commands

workerbee doctor
workerbee mcp start
workerbee mcp status
workerbee projects
workerbee ingress status
workerbee ingress ca --output workerbee-ca.crt
workerbee trust status

WorkerBee does not install its local CA automatically. Use workerbee trust install --target system or workerbee trust install --target nss only when you explicitly want to trust WorkerBee's Caddy CA on the host.

Clone this wiki locally