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

# Newport: Documentation

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

Newport 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.

**QUICKSTART**

<Info>
  **START HERE:** [**QUICKSTART**](/quickstart)
</Info>

### Compute

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

<CardGroup cols={2}>
  <Card title="Newport Kubernetes Service (NKS)" icon="rocket" href="/quickstart">
    Managed Kubernetes on bare metal for training, inference, and HPC.
  </Card>

  <Card title="NEWK" icon="star" href="/features/overview">
    Slurm on Kubernetes for batch and burst workloads.
  </Card>

  <Card title="Inference" icon="wrench" href="/guides/setup">
    Serverless and dedicated inference options for serving AI models.
  </Card>

  <Card title="Sandbox" icon="code" href="/api/introduction">
    Ephemeral compute sandboxes for agents and code interpretation.
  </Card>
</CardGroup>

### Storage

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

<CardGroup cols={2}>
  <Card title="Newport AI Object Storage" icon="rocket" href="/quickstart">
    S3-compatible storage for datasets, model weights, and checkpoints.
  </Card>

  <Card title="Dedicated VAST Storage" icon="star" href="/features/overview">
    Single-tenant VAST clusters with multi-protocol access at petabyte scale.
  </Card>

  <Card title="Distributed File Storage" icon="wrench" href="/guides/setup">
    POSIX shared filesystem for multi-node access and distributed training.
  </Card>

  <Card title="Local Storage" icon="code" href="/api/introduction">
    Ephemeral storage on GPU nodes for scratch space and caching.
  </Card>
</CardGroup>

### Networking

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

<CardGroup cols={2}>
  <Card title="Virtual Private Clouds (VPCs)" icon="rocket" href="/quickstart">
    Isolated networks for CKS clusters.
  </Card>

  <Card title="HPC Interconnect" icon="star" href="/features/overview">
    GPUDirect RDMA with InfiniBand for GPU-to-GPU communication.
  </Card>

  <Card title="Direct Connect" icon="wrench" href="/guides/setup">
    Private links through Equinix and Megaport.
  </Card>

  <Card title="IP addresses" icon="code" href="/api/introduction">
    Public IPv4 and Bring Your Own IP.
  </Card>

  <Card title="Ingress Service" icon="rocket" href="/quickstart">
    Public DNS names for services.
  </Card>
</CardGroup>
