Kubernetes Operator
The IBM® Security Verify Directory operator provides lifecycle management of a scalable directory server environment.
Operators are software extensions to Kubernetes that use custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop.
The number of replicated Directory server instances is scalable, based on the number of persistent volume claims specified in the YAML document. Each directory server instance requires a single pre-created PVC to store the Directory server data.
Further information on the installation and usage of the operator can be found in the associated GitHub project readme file https://github.com/IBM-Security/verify-directory-operator/blob/master/README.md.