Kraft cloud CLI (legacy)
The kraft cloud CLI is part of the KraftKit toolchain. While it remains fully supported with ongoing bug fixes, it won't receive any new functionality. New users should use the unikraft CLI instead.
Installation
For Windows, KraftKit currently requires Windows Subsystem for Linux 2 (WSL2).
Please ensure you set up WSL2 on your host (for example: run wsl --install -d ubuntu in PowerShell).
Quick start
Code
Choosing a CLI
| Feature | unikraft | kraft cloud |
|---|---|---|
| Recommended for new users | Yes | No |
| Profile management | Yes | Limited |
| Scale-to-zero support | Yes | Yes |
| Compose support | No | Yes |
If you are getting started with Unikraft Cloud, use the unikraft CLI. If you need Docker Compose-style workflows use the kraft cloud CLI.
Last modified on