We have explored the Ignite memory architecture, monitored metrics, tuned performance, and secured our application. Now we are ready to deploy our code to production. Apache Ignite supports various deployment environments, such as the following:
- Docker: This is the de facto standard for packaging apps. Its a "Package Once Deploy Anywhere" [ Arun Gupta] solution for our apps. Docker allows us to package Ignite deployments with all the dependencies into a standard container.
- AWS: You can easily set up an Ignite cluster in AWS by starting an Apache Ignite machine image in EC2. AWS is a public cloud and resolves all infrastructural (scalability, security, deployment and so on) problems.
- Google Cloud: Apache Ignite machine images can be installed in Google cloud to set up a cluster and get the advantages of public cloud deployment, such as...