Spot · Schema

Spot Virtual Node Group

A virtual node group (launch specification) defines a set of node configurations within an Ocean cluster, allowing different workloads to run on nodes with specific instance types, labels, and taints.

AutoscalingCloud InfrastructureContainersCost OptimizationFinOpsKubernetesSpot Instances

Properties

Name Type Description
id string The unique identifier of the virtual node group.
name string The name of the virtual node group.
oceanId string The identifier of the parent Ocean cluster.
imageId string The AMI or image ID for instances in this virtual node group.
instanceTypes array List of allowed instance types for this virtual node group.
labels array Kubernetes labels to apply to nodes in this virtual node group.
taints array Kubernetes taints to apply to nodes in this virtual node group.
View JSON Schema on GitHub