Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
    • Introduction
    • First Steps
      • Getting Started
      • Training Your First Model
      • Running Your Code
    • Apolo Base Docker image
    • FAQ
    • Troubleshooting
    • References
  • Apolo Console
    • Getting started
      • Sign Up, Login
      • Organizations
      • Clusters
      • Projects
    • Apps
      • Pre-installed apps
        • Files
        • Buckets
        • Disks
        • Images
        • Secrets
        • Jobs
          • Remote Debugging with PyCharm Professional
          • Remote Debugging with VS Code
        • Flows
      • Available apps
        • Terminal
        • LLM Inference
          • vLLM Inference details
          • Multi-GPU Benchmarks Report
        • PostgreSQL
        • Text Embeddings Inference
        • Jupyter Notebook
        • Jupyter Lab
        • VS Code
        • PyCharm Community Edition
        • ML Flow
        • Apolo Deploy
        • Dify
        • Weaviate
        • Fooocus
        • Stable Diffusion
  • Apolo CLI
    • Installing CLI
    • Apps
      • Files
      • Jobs
      • Images
  • Administration
    • Cluster Management
      • Creating a Cluster
      • Managing Users and Quotas
      • Managing organizations
      • Creating Node Pools
      • Managing Presets
Powered by GitBook
On this page
  • Overview
  • Creating a New Disk
  • Viewing Disk Details
  • References

Was this helpful?

  1. Apolo Console
  2. Apps
  3. Pre-installed apps

Disks

Apolo block storage

Overview

As opposed to standard platform storage, disks provide a faster, short-lived, non-partitioned space for jobs. This makes disks perfect for manipulating large amounts of data.

For example, if there's a large dataset that you need to process, it's better to create a disk, upload all of the required data from the storage to this disk, and only then perform all the necessary operations. In some cases, this can save you about 10%-20% of time depending on the amount of data and the operations you perform with it. After the data is processed, you can download it back to the storage for further use.

The Disks section is accessible via the left-hand navigation menu in the Apolo Console. It allows users to:

  • Create new disks.

  • View details of existing disks.

  • Manage and delete disks.

Creating a New Disk

  1. Click "Create New Disk" button.

  2. Fill out disk details:

    • Storage: Specify the storage size in GB. This determines the disk's capacity.

    • Name: Provide a unique name to identify the disk within the cluster.

    • Lifespan: Define the disk’s lifespan using a duration format (e.g., 1d for one day, 2h for two hours, etc.). Lifespan determines how long the disk is allowed to exist without a use before it is automatically garbage-collected.

  3. Click "Create" button.

Viewing Disk Details

  1. Select a disk from the grid to display its details in the right-hand panel.

  2. Review the following information:

    • ID: The unique identifier for the disk.

    • Status: Indicates whether the disk is ready for use or still being processed.

    • Owner: Displays the author of the disk.

    • Storage: Total storage capacity of the disk.

    • Lifespan: Defined time before the disk gets garbage-collected.

    • Created: The date the disk was created.

Additionally, the properties pop-up includes two buttons: one for sharing access to the selected disk and another for removing the disk.

References

PreviousBucketsNextImages

Last updated 2 months ago

Was this helpful?

Apolo CLI: Disk management
Apolo CLI: Disk usage