Update object storage
parent
df92c8a26f
commit
b6885c3b4a
1 changed files with 18 additions and 1 deletions
|
|
@ -1,2 +1,19 @@
|
|||
# WIP
|
||||
# Overview
|
||||
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue