Overview¶
This component delivers a simple script to deploy Omara modules to a cluster. Omara modules are implemented using the Operator Framework. The deployment scripts and recipes install the Operator Lifecycle Manager and Operators for each module. The Operators extend the Kubernetes API with resources that simplify the deployment and operation of Omara’s modules.
The component includes a set of reference deployment patterns that implement a basic configuration for each module. You have two deployment options:
- Run a script to install all pattern together as a whole
- Run one or more scripts to install only the set of modules that you require
The script and associated sample deployment patterns are delivered as a part of your Omara package
Sample deployment patterns¶
The deployment-patterns
directory contains recipes for deploying the component of the solution following common deployment patterns. The basic pattern deploys all Omara modules with settings suitable for a local development environment. For more information on running the deployment pattern install script, see the Usage documentation.
Next Steps¶
Other resources¶
A readme file can be found at each of the component directories that conforms to the deployment-patterns/basic-all
deployment pattern set. Additional information related to the deployment of the corresponding component can be found there.