Kaspersky Unified Monitoring and Analysis Platform

Distributed installation in a high availability configuration

April 8, 2024

ID 244396

You can make KUMA high availability by deploying KUMA Core on a Kubernetes cluster and by using an external TCP traffic balancer.

To create a high availability KUMA installation, use the kuma-ansible-installer-ha-<build number>.tar.gz installer and prepare the k0s.inventory.yml inventory file by specifying the configuration of the cluster. When installing KUMA in a high availability configuration, OOTB resources are always imported. You can also perform an installation with demo services deployment. To do this, specify the deploy_example_services: true setting in the inventory file.

The KUMA Core can be placed in a Kubernetes cluster in the following ways:

  • Install KUMA on a Kubernetes cluster from scratch.
  • Migrate the Core of an existing KUMA installation to the Kubernetes cluster.

Minimum configuration

There are 2 possible roles for nodes in Kubernetes:

  • Controllers (control-plane). Nodes with this role manage the cluster, store metadata, and distribute the workload.
  • Workers—nodes with this role bear the workload by hosting KUMA processes.

To perform a high availability installation of KUMA, you will need:

  • 3 dedicated controllers
  • 2 worker nodes
  • 1 balancer

To ensure the adequate performance of KUMA Core in Kubernetes, it is critically important to allocate 3 dedicated nodes with a single controller role. This will provide high availability for the Kubernetes cluster and will ensure that the workload (KUMA processes and other processes) cannot affect the tasks associated with managing the Kubernetes cluster. If you are using virtualization tools, make sure that the nodes are located on different physical servers and that these physical servers do not act as worker nodes.

For a demo installation of KUMA, you may combine the controller and working node roles. However, if you are expanding an installation to a distributed installation, you must reinstall the entire Kubernetes cluster and allocate 3 dedicated nodes with the controller role and at least 2 nodes with the worker node role. KUMA cannot be upgraded to later versions if any of the nodes combine the controller and worker node roles.

In this section

Additional requirements for deploying KUMA Core in Kubernetes

Installing KUMA on a Kubernetes cluster from scratch

Migrating the KUMA Core to a new Kubernetes cluster

KUMA Core availability under various scenarios

Managing Kubernetes and accessing KUMA

Time zone in a Kubernetes cluster

Managing KUMA web console certificates in a high availability configuration

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.