Skip to main content

Plugins

Butler Portal extends Backstage with purpose-built plugins for platform engineering. Each plugin addresses a distinct concern and operates as a frontend UI extension within the Backstage app shell, with optional backend services for data storage and external integrations.

Plugins follow a "household staff" naming convention. They are developed as packages within the Butler Portal monorepo. A plugin can consist of up to three parts: a frontend package, a backend package, and a common package for shared types. Not every plugin requires all three. Chambers, for example, is frontend-only and uses the Butler backend for Kubernetes API access.

Plugin Catalog

PluginPackage(s)DescriptionStatus
Butlerbutler, butler-backendKubernetes cluster management, terminal access, and addon management. Mirrors Butler Console functionality with Portal-specific integrations.Beta
ChambersworkspacesPrivate developer workspaces with SSH access, editor deep links (VS Code, JetBrains), and dotfiles synchronization. Provisions ephemeral environments on Butler tenant clusters.Beta
Keeperregistry, registry-backend, registry-commonInfrastructure artifact registry for Terraform modules, Helm charts, and OPA policies. Provides versioned storage, approval workflows, and dependency tracking backed by PostgreSQL.Beta
Heraldpipeline, pipeline-backend, pipeline-commonTelemetry pipeline builder for log, metric, and trace routing. Generates Vector configurations with a visual source/transform/sink editor.Beta
Alfred--Infrastructure knowledge platform. Indexes documentation, runbooks, and incident history to surface contextual answers.Coming Soon
Jeeves--Configuration drift detection and automated remediation. Declares desired state, monitors live infrastructure, and applies corrections when drift is detected.Coming Soon

See Also