Functional Definition
Compute Service Overview The evroc Compute service provides customers with a platform to deploy and manage virtual machines within their cloud network in the evroc sovereign cloud. It delivers secure compute resources, designed for a wide range of workloads.
Core Components & Features:
Virtual Machines (VMs):
Launch on-demand compute instances with configurable virtual hardware (vCPUs, memory). You have full control over their running state and can enable public Internet access by attaching a public IP.
Customers can also launch GPU VMs (B200 and L40S) with configurable number of GPUs and corresponding memory.
Persistent Storage:
Choose from persistent storage classes for your data disks. These volumes can be independently created and attached to any VM, ensuring data longevity beyond the lifecycle of a single virtual instance.
Boot Disks & Images:
Instantly provision VMs using pre-configured operating system images, such as Ubuntu 24.04 or SUSE Linux Enterprise Server (SLES) 15. See the API Docs for available options.
Security Groups:
Implement fine-grained firewall rules to control traffic by port, protocol, and source IP/CIDR range.
Placement Groups:
Enforce a strict "spread" placement strategy for high-availability deployments, ensuring VMs run on distinct physical hardware for anti-affinity.
Access & Management:
Identity & Access Management (IAM):
evroc provisions a dedicated organization for each customer, with granular user-level permissions for users
within the organisation to manage (create|update|delete|view) the compute resources.
Multi-Interface Access: Manage your infrastructure seamlessly via the evroc CLI (available for macOS, Linux, and Windows) or directly through the Kubernetes-native API.
evroc CLI
The evroc CLI can be downloaded for macOS, Linux, and Windows from https://downloads.evroc.com/evroc-cli/latest/.
See the evroc CLI documentation for more information.
K8s API
Resource definitions:
- disks.compute.evroclabs.net
 - virtualmachines.compute.evroclabs.net
 - externalgateway.networking.evroclabs.net
 - publicip.networking.evroclabs.net
 - placementgroups.evroclabs.net
 - securitygroups.networking.evroclabs.net
 
The API version is v1alpha1. We will notify the customers when we release the next version.
See the API documentation.
Additionally, there are API references for compute and networking.
Console
The console gives you the ability to view, manage and monitor the health of your compute resources. Explore here.