3 Guide ObjectStorage
Baptiste Bonnot edited this page 2025-10-13 10:17:31 +02:00

Overview

Diagram

flowchart TD
    A[User / Application] --> B[ObjectBucketClaim OBC]
    B --> C[ObjectBucket provisioned by ODF]
    C --> D[Secret with endpoint and credentials]
    D --> E[Application Pods using bucket]

    %% Styling for clarity
    style A fill:#f9f,stroke:#333,stroke-width:1px
    style B fill:#bbf,stroke:#333,stroke-width:1px
    style C fill:#bfb,stroke:#333,stroke-width:1px
    style D fill:#ffb,stroke:#333,stroke-width:1px
    style E fill:#fcf,stroke:#333,stroke-width:1px