Ultra Messaging Knowledge Base
• UM in Containers Notes
• Disclaimer
• Bottom Line
• Cloud
• Network
• Tools
• Next Steps
The Informatica Ultra Messaging group does not have high expertise in the container environment. To the degree that containers provide a Windows or Linux execution environment, Ultra Messaging code will run fine in them. But we cannot help you properly configure your container instances.
UM is fully supported in containers. We have customers using a variety of different UM versions in Docker containers. In most cases, they are able to migrate to containers without any changes to their source code.
Porting to any kind of different environment brings with it the possibility of some kind of incompatibility, so naturally you will need to test your system before going live. But based on our experience, there should be no incompatibilities with UM.
Here are the high-level topics that need to be considered when migrating to the Cloud.
Some customers decide to containerize their applications at the same time they move to the cloud. We recommend that this be done as two separate steps. First containerize your applications in your own data center, and once that is working to your satisfaction, migrate to the cloud.
In general, UM expects its services to be run in environments with stable IP addresses that are directly accessible from all processes in the same topic resolution domain (TRD). For example, if you run an "lbmrd" process, your applications will expect it to be available on a configured IP address. If that IP address changes, you must reconfigure your applications.
By default, containers sheild the applications from the real network, providing instead a virtual network. We recommend configuring your container to NOT use the virtual network. Instead, give the container direct access to the physical network interface. In a non-cloud environment, this gives you low latency, a stable IP address, and access to multicast.
In some cases, customers desire to use the virtual network provided by their container orchestrator (e.g. Kubernettes). We have evidence that multicast can still work (in a non-cloud environment), but will have higher latency.
In our experience, most containers are constructed to be "bare bones", without many diagnostic tools.
We recommend adding the following tools to your containers to assist in troubleshooting problems:
To effectively support you, UM Support would like to have a meeting where you describe the architecture of the system, as it exists today and as you envision it existing containerized. Your primary publishers and subscribers would be good to know. Approximate data rates would also be good to know.
We would also want to see your configuration. There are typically two kinds of configuration that we’ll need:
UM Home
See Notices for important information.