Roundup of decision model deployment options
Back in Chapter 2, we promised you four main ways to run our decision models. Now that we’ve completed deploying our rules into Docker-based servers, let’s take a look at those options again. Our options for deploying our rules include the following:
- Running KIE Sandbox with the web-based rules editor: We have used this solution for most of this book, starting with Chapter 3 and Chapter 4, as it is so easy to get started.
- Running containers on your laptop or another computer (server) that you have access to: We covered these methods in detail in this chapter and Appendix C, with containers giving us a wide range of deployment options.
- Running an image in the cloud (hosted by Microsoft or IBM/Red Hat): We introduced this approach in Chapter 5, where we deployed our rules into OpenShift. We expanded this approach in Chapter 9 and Appendix B to deploy into Codespaces and VS Code online on Azure. And this chapter...