Skip to content

llama-stack: Dataflow

Controller Watches

Kubernetes resources this controller monitors for changes. Each watch triggers reconciliation when the watched resource is created, updated, or deleted.

No controller watches found in analyzed sources.

Reconciliation Flow

How the controller interacts with the Kubernetes API during reconciliation.

sequenceDiagram
    %% Static dataflow for llama-stack

    participant KubernetesAPI as Kubernetes API
    participant llama_stack as llama-stack


    Note over llama_stack: Exposed Services
    Note right of llama_stack: cli-port-default:8081/TCP []

Configuration

ConfigMaps and Helm values that control this component's runtime behavior.