July 9, 2025
CoreWeave Launches RTX Pro 6000 Blackwell Server Edition Cloud Instances
RTX Pro 6000 Blackwell Server Edition cloud instances are now available in select CoreWeave Availability Zones. These instances combine NVIDIA's RTX Pro 6000 Blackwell Server Edition with CoreWeave's managed services, observability, and high-performance networking.
The RTX 6000 Blackwell Server Edition delivers significant acceleration for AI and visual computing workloads. With 96GB of high-bandwidth GDDR7 memory, it provides the performance and flexibility needed for demanding tasks like agentic AI, physical AI, scientific computing, rendering, 3D graphics, and video processing.
Availability
RTX Pro 6000 Blackwell Server Edition instances are available now through CoreWeave Kubernetes Service in our US-EAST-04A Availability Zone. Additional zones will be added in the coming months. Please contact your CoreWeave account manager or reach out to our sales team to learn more.
Secrets encryption at rest now enabled in CKS
CoreWeave enables encryption at rest for Kubernetes Secrets by default in all CoreWeave Kubernetes Service (CKS) clusters. This feature uses a KMS-backed Vault integration to encrypt etcd data automatically.
This feature was enabled for new CKS clusters on June 24, 2025. As of July 9, 2025, this feature has been rolled out to all existing CKS clusters.
For clusters created on or before June 24, 2025, you'll need to replace your existing Secrets once:
kubectl get secrets --all-namespaces -o json | kubectl replace -f -
After that, Secrets will be encrypted automatically, and CoreWeave will manage the encryption lifecycle for you.