> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Home

> Overview of CoreWeave compute, networking, and storage products for AI and HPC workloads

CoreWeave provides a cloud infrastructure platform optimized for AI training, inference, and high-performance computing (HPC) workloads. This page gives an overview of the products available to build, connect, and run your workloads.

### Compute

CoreWeave offers compute options for running containerized AI and HPC workloads:

<Columns cols={3}>
  <Card title="CoreWeave Kubernetes Service (CKS)" icon="box" href="/products/cks" arrow="true">
    Managed Kubernetes on bare metal for training, inference, and HPC.
  </Card>

  <Card title="SUNK" icon="workflow" href="/products/sunk" arrow="true">
    Slurm on Kubernetes for batch and burst workloads.
  </Card>

  <Card title="Inference" icon="bot" href="/products/inference" arrow="true">
    Serverless and dedicated inference options for serving AI models.
  </Card>

  <Card title="CoreWeave Sandbox" icon="flask-conical" href="/products/sandboxes" arrow="true">
    Ephemeral compute sandboxes for agents and code interpretation.
  </Card>
</Columns>

### Storage

CoreWeave storage solutions support the data requirements of AI and ML workloads:

<Columns cols={3}>
  <Card title="CoreWeave AI Object Storage" icon="box" href="/products/storage/object-storage" arrow="true">
    Purpose-built, S3-compatible object storage for training datasets, model weights, checkpoints, and other distributed bulk data.
  </Card>

  <Card title="Distributed File Storage" icon="folder-tree" href="/products/storage/distributed-file-storage/about" arrow="true">
    POSIX-compliant shared filesystem with high throughput and low latency for multi-Node access.
  </Card>

  <Card title="Dedicated VAST Storage" icon="server" href="/products/storage/dedicated-vast" arrow="true">
    Single-tenant VAST clusters co-located with your GPU infrastructure for petabyte-scale capacity and full cluster control.
  </Card>

  <Card title="Local Storage" icon="hard-drive" href="/products/storage/local-storage" arrow="true">
    High-performance, Node-local NVMe storage for temporary scratch space, caching, and logs.
  </Card>

  <Card title="CoreWeave Database" icon="database" href="/products/storage/cwdb" arrow="true">
    Managed, PostgreSQL-compatible database service that runs inside your CKS cluster.
  </Card>
</Columns>

### Networking

CoreWeave networking products create secure, high-performance connections between your resources and services:

<Columns cols={3}>
  <Card title="Virtual Private Clouds" icon="network" href="/products/networking/vpc/about-vpcs" arrow="true">
    Isolated networks that connect your CoreWeave Kubernetes Service (CKS) clusters and resources while keeping traffic private and secure.
  </Card>

  <Card title="HPC Interconnect" icon="zap" href="/products/networking/hpc-interconnect/about-hpc-interconnect" arrow="true">
    High-performance, RDMA-enabled fabrics for GPU-to-GPU communication over InfiniBand or Spectrum-X (RoCE).
  </Card>

  <Card title="Direct Connect" icon="cable" href="/products/networking/direct-connect/about-direct-connect" arrow="true">
    Private, dedicated links to CoreWeave through Equinix or Megaport, without adding physical ports or a network presence in our regions.
  </Card>

  <Card title="IP Addresses" icon="globe" href="/products/networking/ip/public-ipv4" arrow="true">
    Public IPv4 addresses and Bring Your Own IP (BYOIP) for exposing your Services to the internet.
  </Card>

  <Card title="Ingress Service" icon="route" href="/products/networking/ingress-service/expose-service-dns" arrow="true">
    Exposes Services running on CKS to the public internet using load balancers and public IPv4 addresses.
  </Card>

  <Card title="Nimbus" icon="microchip" href="/products/networking/nimbus" arrow="true">
    Control and data-plane software built into each Node's BlueField DPU for networking and tenant isolation.
  </Card>
</Columns>


## Related topics

- [Home](/observability/managed-grafana/coreweave/home.md)
