Kaspersky Next XDR Expert

Preparing the hosts for installation of the KUMA services

The KUMA services (collectors, correlators, and storages) are installed on the KUMA target hosts that are located outside the Kubernetes cluster.

Access to KUMA services is performed by using the KUMA target host FQDNs. The administrator host must be able to access the KUMA target hosts by its FQDNs.

To prepare the KUMA target hosts for installation of the KUMA services:

  1. Ensure that the hardware, software, and installation requirements are met.
  2. Specify the host names.

    You must specify the FQDN, for example: kuma1.example.com.

    We do not recommend changing the KUMA host name after installation. This will make it impossible to verify the authenticity of certificates and will disrupt the network communication between the application components.

  3. Run the following commands:

    hostname -f

    hostnamectl status

    Compare the output of the hostname -f command and the value of the Static hostname field in the hostnamectl status command output. These values must match the FQDN of the device.

  4. Configure the SSH connection between the administrator host and KUMA target hosts.

    Use the SSH keys created for the target hosts. Copy the public key to the KUMA target hosts by using the ssh-copy-id utility.

  5. Register the KUMA target hosts in your organization's DNS zone, to allow host names to be translated to IP addresses.
  6. Ensure time synchronization over Network Time Protocol (NTP) is configured on all KUMA target hosts.

The hosts are ready for installation of the KUMA services.