Skip to main content

Cluster Components

Reference for the components within the CKS Managed Control Plane and Managed Data Plane

Learn more

Learn more about CKS cluster architecture.

Managed Control Plane

To ensure security and stability, CoreWeave provides a Managed Control Plane for CKS clusters.

Supported Kubernetes versions

CKS can create clusters with Kubernetes versions:

  • v1.29
  • v1.30
  • v1.31
  • v1.32

The default version for a new cluster is v1.32.

Managed Data Plane components

The CKS Managed Data Plane comes with several preinstalled components, which allow customers to start running workloads immediately after deploying their CKS cluster. These components are configurable to allow for the desired state of a CKS cluster.

Info
  • Some older clusters' namespaces may not have the cw- prefix shown in the tables below.
  • Components and API versions change often. The versions deployed to your cluster may be newer than shown below.

Networking

ComponentNamespaceVersionDescription
ciliumcw-cilium-system1.16.1Container Network Interface (CNI) that uses eBPF for efficient load-balancing.
calico (deprecated)cw-calico-system3.29.1Container Network Interface (CNI) used on older clusters; no longer supported for new CKS clusters.
coredns1.11.1A flexible DNS server consisting of multiple plugins that manage in-cluster DNS and resolve service records inside clusters. This runs in the CKS Managed Control Plane.
konnectivity-agentkube-system0.30.3Isolates CKS Control Plane traffic from the cluster network and creates a TCP level proxy to konnectivity-server, which sits alongside the Control Plane to tunnel traffic from the Control Plane to in-cluster endpoints.
metallbcw-metallb-system0.13.4Handles IP Address Management (IPAM) for LoadBalancer services; is not used for advertisements. See How to: Expose a Service
node-local-dnskube-system1.22.28Improves cluster DNS performance and speeds up traffic between CoreDNS instances. The node-local-dns Pods run CoreDNS in local caching mode as a DaemonSet over TCP, avoiding dropped packets and reducing tail latency.

Cluster management

ComponentNamespaceVersionDescription
hpc-verificationcw-hpc-verification1.8.0Validates the Node is in an optimal state. These tests only run on idle Nodes.
node-problem-detectorcw-node-problem-detector1.5.0Framework for running health checks for each Node run as a DaemonSet. It allows CoreWeave to quickly identify Nodes that are misbehaving and mark them as Unschedulable.
nfdcw-nfd0.9.0Node Feature Discovery. Detects hardware features and labels Nodes accordingly for use in scheduling decisions.
Info

Older clusters may have jspolicy installed in the jspolicy-policies-<Org ID>-<cluster ID> and tenant-<Org ID>-<cluster ID> namespaces. Newer clusters do not include JSPolicy.

Observability and security

ComponentNamespaceVersionDescription
victoria-metricscw-victoria-metrics0.45.0Collects metrics from inside the cluster and relays them to a logging solution.
vmagentcw-victoria-metricsGathers metrics for Victoria Metrics.
metrics-serverkube-system0.6.2Only installed on clusters deployed before July 7, 2025.
node-pci-exportercw-exporters1.5.0Extends the node-exporter running as part of the Prometheus stack, exposing additional metrics about deployed GPUs.
gpu-thermal-exportercw-exportersEmits hardware metrics for GPU thermal data for Node health monitoring.
nvlink-exportercw-exportersExports metrics for NVLink performance in GPU Nodes.
ping-exportercw-ping-exporterMeasures packet loss to configured network targets for connectivity checks.
promtailcw-promtailForwards Node logs centrally using Grafana's Promtail.
crowdstrikecw-crowdstrike7.19.0-17219-1.falcon-linux.Release.US-2CrowdStrike Falcon cybersecurity tooling.

Storage

ComponentNamespaceVersionDescription
vast-csicw-vast-csi2.3.1Container Storage Interface for Vast Storage.

Object Storage

ComponentNamespaceVersionDescription
lotacw-object-storagev1.25.1CoreWeave's Local Object Transfer Accelerator (LOTA) for AI Object Storage. Learn more about LOTA.

Hardware

ComponentNamespaceVersionDescription
k8s-device-plugincw-nvidia-device-plugin0.12.3NVIDIA's official device plugin for GPU-enabled containers in Kubernetes.
nvidia-imexcw-nvidia-imexEnables the NVIDIA Internode Memory Exchange (IMEX) service.
rdma-shared-dpcw-rdmaDevice plugin to support InfiniBand and RDMA hardware resources.
Warning

CKS does not require NVIDIA's GPU Operator. To avoid conflicts, customers should not attempt to install it.