The KUMA services (collectors, correlators, and storages) are installed on the KUMA target hosts that are located outside the Kubernetes cluster.
To prepare the KUMA target hosts for installation of the KUMA services:
We recommend specifying 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.
You can use the SSH keys created for the target hosts. Alternatively, you can generate new SSH keys by using the ssh-keygen utility:
hostname -f
The prepared hosts must provide access for the administrator host by the hostname.
The hosts are ready for installation of the KUMA services.
Page top