KubeVirt#
To configure the target cloud, open the ACP. In the right part of the page, above the client list, click the Manage Clouds button. The page displays information about the target clouds. Use the available commands in the Actions menu to configure clouds. To add a cloud, click Add below the table with the list of target clouds.
Select the KubeVirt cloud type.

Fill in the fields on the Basic Parameters tab by providing information about the cloud configuration. Click "?" for field tips. Fields description:
| Field | Description | Example |
|---|---|---|
| Cloud name | The name of the cloud which is shown in UI. The name must be unigue. | kubevirt_cluster |
| Kubeconfig | Contents of Kubeconfig file to access target Kubernetes cluster | apiVersion: v1 clusters: - cluster: server: https://api.kubevirt.example.com:6443 |
| Namespace | Specifies the Kubernetes namespace where replicated workloads spin up | dr-replication |
| Default storage class | Default storage class for replicated disks | kubevirt-csi-default |
| Cloud agent PVC | Name of persistent volume claim that contains Cloud Agent image | cloud-agent-pvc |
| Replication storage type | Choose storage type to use for replicated data. Migration and recovery from cloud-native block storage is fastest, but the other storage types can be cheaper. Detailed description. | Cloud-native block storage |
| Secondary replication storage type | Choose secondary storage type to use for replicated data. When this option is enabled, data is replicated to both storage types simultaneously. | Not provided |
If necessary, add information about additional parameters. To do this, go to the Additional Parameters tab, select the required parameter, and enter its value. The tooltip system works similarly to the Basic Parameters tab. Description of additional parameters:
| Field | Description |
|---|---|
| Disk bus | Disk bus type for replicated VMs (e.g. virtio, scsi) |
| Cloud agent flavor | Flavor to use for the cloud agent instances |
| P2V type | Specify a non-standard P2V value — for example, for Virtuozzo Cloud, use “virtuozzo”. |
| Cloud site parallel resources limit | How many resources of the same type are allowed to be created in parallel during Cloud Site creation |
| Cloud site timeout | Cloud site creation timeout in minutes |
| Cloud site replications timeout (minutes) | Timeout for a replications during Cloud Site creation (in minutes) |
| Cloud site replications launch timeout (minutes) | Timeout for a launch of replications during Cloud Site creation (in minutes) |
| Set default tag | Tag created resources with provided tag name |
| Enable ransomware protection | Detect and suspend machines with abnormally large incremental replication size to mitigate possible ransomware impact. |
| Ransomware protection threshold | Ransomware protection threshold (in percent). Defines the maximum permissible size of incremental replication relative to the latest full backup. Exceeding this threshold triggers automatic machine suspension. |
| Send replication data to cloud agent directly | Select to send replication data directly to cloud agent, it may potentially increase replication speed. |
| Use https server on cloud agent | When enabled, the cloud agent starts with an HTTPS server. This applies only to new agents, not existing ones. |
Click the Save button. The solution checks the entered data for correctness. If an error occurs, a notification appears.