Deployment Modes
Table 1 describes the two OmniOperator JIT deployment modes. Choose either based on your requirements.
Deployment Mode |
Description |
Difference |
|---|---|---|
Using SmartKit |
Using SmartKit for service deployment implements batch task distribution without directly performing operations on all background servers. The prerequisite is that you have a Windows environment that can access all servers. SmartKit supports only Windows. |
Compared with local deployment, deployment using SmartKit is much more simple. Specifically, in the local deployment mode, to upload a package to multiple nodes and decompress and copy the package, you need to perform the operations on each node, whereas SmartKit allows you to perform these operations on multiple nodes in a batch. The SmartKit-based deployment mode is recommended. |
Local deployment |
If you want to directly deploy a service on your server, select local deployment. If there are a large number of nodes in the cluster, you are advised to generate scripts by referring to the local deployment procedure to implement batch installation. |