The operator watches Immudb resources
. See the default operator behavior in the diagram below.
- Deleting the
immudb resource
deletes the database and all its associated resources (services, persistantVolumeClaim, ...). - You can create as much
immudb 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
immudb resource
to know when the immudb is ready to accept connections. - Check status.hosts of the
immudb resource
to establish a database connection with the chosen host from anotherPod
.