Skip to content

[Discuss] Remove ModelBooster API #1679

Description

@kube-gopher

Background

ModelBooster is a high-level API that creates and manages ModelServing, ModelServer, and ModelRoute resources.

Nowadays, users typically create resources directly through ModelServing, while ModelBooster seems to be rarely used. So, maintaining it adds API complexity

Proposal

Consider deprecating and eventually removing the ModelBooster API and its associated implementation.

The recommended deployment model would become:

ModelServing + ModelServer + ModelRoute

Motivation

Removing ModelBooster could:

  • Reduce overlap between the high-level API and the underlying APIs.
  • Reduce the number of public CRDs users need to understand.
  • Remove conversion and cross-resource synchronization logic.
  • Simplify the controller manager, webhooks, RBAC, Helm chart, and generated clients.
  • Allow ModelServing, ModelServer, and ModelRoute to evolve independently.
  • Reduce the testing and maintenance burden.

Potential impact

This would be a breaking API change. Existing users may depend on:

  • The ModelBooster CRD
  • The ModelBooster controller
  • Mutating and validating webhooks
  • CLI commands and model templates
  • Documentation and examples
  • Generated Go clients
  • Owner-reference-based lifecycle management

Resources generated by ModelBooster have owner references pointing to the corresponding ModelBooster. Deleting an existing ModelBooster may therefore also delete its generated ModelServing, ModelServer, ModelRoute, and inference pods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Accepted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions