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 install a database management system on a separate server that is located outside the Kubernetes cluster, perform all preparatory steps necessary for the administrator, target hosts (depending on the distributed or single node deployment option), and KUMA hosts.
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.user
parameter of the configuration file).key
parameter of the configuration file).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-worker
lowResources
—true
vault_replicas
—1
vault_ha_mode
—false
vault_standalone
—true
defaultClassReplicaCount
—1
host
parameter of the configuration file).Note that the primary and worker nodes must be included in the same subnet.
For distributed deployment, 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. For single node deployment, the kind
parameter is not specified for the primary worker node.
user
parameter of the configuration file).key
parameter of the configuration file).psql_dsn
parameter of the configuration file). Specify this parameter as follows: postgres://<dbms_username>:<password>@<fqdn>:<port>
.
The Configuration wizard specifies the installation parameters only for the deployment option with the DBMS installed on a separate server that is located outside the Kubernetes cluster.
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
parameter 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