DocsReleasesCommunityGuidesBlog

kraft cloud volume create

Create a persistent volume

Create a new persistent volume.

kraft cloud volume create [FLAGS]

Examples#

# Create a new persistent 100MiB volume named "my-volume"
$ kraft cloud volume create --size 100 --name my-volume
# Create a new persistent 10MiB volume with a random name
$ kraft cloud volume create --size 10Mi

Options#

-h, --help help for create
-n, --name string Name of the volume
-s, --size string Size (MiB increments or suffixes like Mi, Gi, etc.)

Options inherited from parent commands#

--metro string Unikraft Cloud metro location
--token string Unikraft Cloud access token

See Also#

  • kraft cloud volume: Manage persistent volumes on KraftCloud
Edit this page on GitHub

Connect with the community

Feel free to ask questions, report issues, and meet new people.

Join us on Discord!
®

Getting Started

What is a unikernel?Install CLI companion toolUnikraft InternalsRoadmap

© 2025  The Unikraft Authors. All rights reserved. Documentation distributed under CC BY-NC 4.0.