Platform Feature

Real-Time Live Build Logs

Track image compiling and build steps live from the console or CLI as they execute.

The Problem

Waiting for deployments to finish without logs leaves developers blind when builds stall, fail, or run out of memory.

The Kubeletto Solution

Kubeletto streams build logs step-by-step from build workers directly to your browser console or terminal window.

Key Benefits & Workflow

Why Developers Prefer It

  • Real-time streaming: zero buffering, watch dependency installations live.
  • Colored output: standard terminal logs with warning and error highlights.
  • Persisted records: access build history logs anytime.

How It Works

  1. 1

    Push code to GitHub or run a local CLI deploy.

  2. 2

    Build worker fires up and begins compiling your container.

  3. 3

    Watch logs stream in real-time on your console dashboard.

Under the Hood

Build workers output logs to a secure gRPC stream, which the control plane captures and publishes as Server-Sent Events (SSE) to the console and CLI.

Managed container orchestration layer.

CLI Build Logs Command
kubeletto logs --build-id bld_987654321

Frequently Asked Questions

Are build logs persisted?

Yes, build logs are persisted in secure object storage to facilitate debugging historical deployments.

Can I mask secrets in build logs?

Yes, Kubeletto automatically masks environment variables and API tokens from building stdout.