To protect the KUMA network infrastructure using Kaspersky Endpoint Security for Linux, first install KUMA in a Kubernetes cluster and then deploy Kaspersky Endpoint Security for Linux. When updating or removing KUMA, you must first stop Kaspersky Endpoint Security for Linux using the following command:
systemctl stop kesl
When you install a high availability configuration of KUMA, the following requirements must be met:
Traffic to the proxy servers is excluded for the IP addresses of these blocks.
sudo yum install nginx
for Oracle Linuxsudo yum install nginx-full
for Astra Linuxsudo yum install nginx libnginx-mod-stream
for Ubuntusudo yum install nginx nginx-all-modules
for RED OSIf you want the nginx load balancer to be configured automatically during the KUMA installation, install the nginx load balancer and allow access to it via SSH in the same way as for the Kubernetes cluster hosts.
During KUMA installation, the hosts are automatically checked to meet the following hardware requirements.
If these conditions are not satisfied, the installation is terminated. For demonstration purposes, you can disable the check of these conditions during installation by specifying low_resources: true
in the inventory file.
Additional requirements when installing in the Astra Linux and Ubuntu operating systems.
To install the packages, run the following command:
sudo apt install open-iscsi wireguard wireguard-tools
Additional requirements when installing on the Oracle Linux, RED OS, or Red Hat Enterprise Linux operating systems
The following packages are installed on the machines intended for deploying a Kubernetes cluster:
Before installing the packages on the Oracle Linux operating system, you must add the EPEL repository as a source using one of the following commands:
sudo yum install oracle-epel-release-el8
for Oracle Linux 8.sudo yum install oracle-epel-release-el9
for Oracle Linux 9.To install the packages, run the following command:
sudo yum install iscsi-initiator-utils wireguard-tools