Variations

In this lesson, we'll look at some variations in Kubernetes.

Kubernetes offers a runtime environment for Docker containers and is very flexible.

MOMs in Kubernetes #

The example in this chapter uses communication with REST. Of course, it is also possible to operate a MOM like Kafka (chapter 7) in Kubernetes.

However, MOMs store transmitted messages to guarantee delivery. Kafka even saves the complete history. Reliable storage of data in ...