Container Deployment Using humio-core
The recommended deployment model for a LogScale cluster in production using the LogScale containers is to deploy a separate Kafka cluster and use this in combination with LogScale. The deployment diagram for this model is shown below:
The different components of the deployments:
A separate Kafka cluster is required to support the operation of LogScale. For information on deploying a Kafka cluster using containers, see Deploying a Kafka Cluster using Containers.
With a Kafka cluster in place, deploy a LogScale cluster configured to use the Kafka cluster using Deploying a LogScale Cluster using Containers.
Note
If you are running LogScale on Arm hardware, then the
instructions in the following sections still apply, just use the
humio/humio-core:1.abc.d--arm64
container instead of
humio-core
. For example, pull
the image with the command docker pull
humio/humio-core:1.189.1--arm64
. For Arm platform you do need to
specify the version and platform tags.