Overview of Serverless Pods

Pods provide instant access to powerful GPU and CPU resources for AI development, machine learning, rendering, and other compute-intensive workloads. Users have full control over their computing environment, allowing them to customize software, storage, and networking to match their exact requirements.

Each Pod consists of the following resources:

  1. An Ubuntu Linux-based container
  2. Hardware resources (vCPU, Memory, and multiple GPUs)
  3. Container volume that houses the OS (typically Ubuntu) and temporary storage.
  4. Network connectivity with Internet based SSH access to the running container
  5. Optional Disk volume for persistent storage (preserved between Pod starts and stops)

← Back