← Back to all sparks
R

Robusta

INFRA · APIS
Velocity5.0

Kubernetes observability and automation platform

Alpha-tagged releases doing unglamorous enterprise plumbing — logs, RBAC, ingestion.

kubernetesobservabilityalertingrbacstructured-logginghelm
Current state
Robusta publishes every tracked release with an alpha suffix, and the three on record cover roughly a month of work. The content is operational rather than functional: JSON structured logging behind an environment variable toggle, propagated to the bundled KRR image; Jira Service Management alert ingestion documentation; a namespace-scoped RBAC guide; a global imagePullSecret for the Helm chart; and dependency CVE clearing under an internal automation the team calls CVEminator. Version 0.44.0 is absent from the feed entirely.
Where it's heading
Every item here removes a reason an enterprise platform team would say no. Structured logs go into an existing log pipeline, namespace-scoped RBAC satisfies clusters where cluster-admin is not on offer, a global image pull secret covers private registries, and removing gnupg2 from the runtime image shrinks the CVE surface a scanner will flag. That is deliberate groundwork for regulated and air-gapped environments, and it is being done ahead of feature work rather than after it.
Prediction
Expect more alert source integrations following the Jira Service Management pattern, and continued dependency-scanning automation. Whether the alpha tag reflects genuine instability or just this project's release convention is not answerable from these entries.

Recent moves

  1. 10d ago

    JSON structured logging and JSM alert ingestion

    Adds JSON log format support controlled by an environment variable and carries it through to the bundled KRR image, documents Jira Service Management alert ingestion, and removes gnupg2 from the runtime image. Log format and image slimming are both requirements that surface in enterprise reviews rather than feature requests.

    View source ↗
  2. 27d ago

    Namespace-scoped RBAC guide and a test dependency upgrade

    Two changes: a documentation guide for namespace-scoped RBAC and a pytest upgrade clearing a CVE in a test dependency. No runtime change ships in this release.

    View source ↗
  3. 1mo ago

    Global imagePullSecret added to the Helm chart

    Adds a global imagePullSecret to the Helm chart and allows slashes and hyphens in braced template placeholders, alongside routine dependency CVE clearing. The pull secret is the change that matters for clusters pulling from a private registry.

    View source ↗