For the distributed and single node Kaspersky Next XDR Expert deployment, you have to prepare a configuration file that contains the installation parameters of the Kaspersky Next XDR Expert components. The Configuration wizard allows you to specify the installation parameters that are required to deploy Kaspersky Next XDR Expert, and then generate the resulting configuration file.
Prerequisites
Before specifying the installation parameters by using the Configuration wizard, you must do the following:
Process
To specify the installation parameters by using the Configuration wizard:
./kdt wizard -k <path_to_transport_archive> -o <path_to_configuration_file>
where:
<path_to_transport_archive> is the path to the transport archive.<path_to_configuration_file> is the path where you want to save the configuration file and the configuration file name.The Configuration wizard prompts you to specify the installation parameters. The list of the installation parameters that are specific for the distributed and single node deployment differs.
If you do not have the Write permissions on the specified directory or a file with the same name is located in this directory, an error occurs and the wizard terminates.
host parameter of the configuration file).If you want to perform the single node deployment, this node will act as a primary-worker node.
user parameter of the configuration file).key parameter of the configuration file).The default value is /root/.ssh/id_rsa.
Possible values:
This step defines the option of deploying Kaspersky Next XDR Expert. If you want to perform single node deployment, the following parameters specific for this deployment option will take the default values:
type—primary-workerlowResources—truevault_replicas—1vault_ha_mode—falsevault_standalone—truedefaultClassReplicaCount—1host parameter of the configuration file).Note that the primary and worker nodes must be included in the same subnet.
The kind parameter of the first worker node is set to admsrv by default. That means that Administration Server will be installed on the first worker node.
user parameter of the configuration file).key parameter of the configuration file).The default value is /root/.ssh/id_rsa.
psql_dsn parameter of the configuration file). Specify this parameter as follows: postgres://<dbms_username>:<password>@<fqdn>:<port>.
ipaddress parameter of the configuration file).The gateway must be included in the same subnet as all cluster nodes. The gateway IP address must contain the subnet mask /32.
adminLogin and kumaLogin parameters of the configuration file). The default username of this account is "admin." The Main administrator role is assigned to this user account.
kscpassword and adminPassword parameters of the configuration file).inventory parameter of the configuration file). The KUMA inventory file contains the installation parameters for deployment of the KUMA services that are not included in the Kubernetes cluster.
sshkey parameter of the configuration file).license parameter of the configuration file). smp_domain parameter of the configuration file).intermediate_bundle parameter of the configuration file).If you want to use self-signed certificates, press Enter to skip this step.
To edit the parameter, enter the parameter number, and then specify a new parameter value. Otherwise, press Enter to continue.
The configuration file with the specified parameters is saved in the YAML format.
Other installation parameters are included in the configuration file, with default values. You can edit the configuration file manually before the deployment of Kaspersky Next XDR Expert.
Page top