Skip to content

Commit

Permalink
Add overview doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 15, 2024
1 parent bfe8aa9 commit 3b1027a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Operator Overview
The operator watches `Metabase resources`. See the default operator behavior in the diagram below.
<br></br>
<p align="center" width="100%">
<img src="./overview.png" width="500">
</p>


## **Pro Tips :bulb:**
1. Deleting the `Metabase resource` deletes the Metabase deployment, the PostgreSQL Statefulset and all other associated resources (secret, persistantVolumeClaim, ...).
2. You can create as much `Metabase resources` as you want. The limit is your cluster infrastructure.
3. The operator is a `Deployment`. You can debug by checking his pod logs.
4. Check status.ready of the `Metabase resource` to know when the Metabase is ready to accept connections.
5. Check status.host of the `Metabase resource` to establish a connection.
Binary file added docs/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b1027a

Please sign in to comment.