The operator watches Metabase resources
. See the default operator behavior in the diagram below.
- Deleting the
Metabase resource
deletes the Metabase deployment, the PostgreSQL Statefulset and all other associated resources (secret, persistantVolumeClaim, ...). - You can create as much
Metabase resources
as you want. The limit is your cluster infrastructure. - The operator is a
Deployment
. You can debug by checking his pod logs. - Check status.ready of the
Metabase resource
to know when the Metabase is ready to accept connections. - Check status.host of the
Metabase resource
to establish a connection.