Zudoku
Getting Started

Introduction

Unikraft is a from-first-principles virtualization solution and cloud platform based on unikernels which provides best-in-class performance, security, and scalability.

Running your application on Unikraft is like running a container but with hardware isolation, millisecond cold starts, and stateful scale-to-zero.

Expect orders-of-magnitude server density, cost-savings, I/O performance boosts, active vCPU pricing and much more.

Quick Start

  1. Create a free account.

  2. Install the kraft CLI.

    TerminalRun on any *NIX shell
    curl -sSfL https://get.kraftkit.sh | sh

    See alternative installation instructions for other platforms.

  3. Login to your account by setting your access token (received via email):

    TerminalCode
    export UKC_TOKEN=
  4. Deploy your first scale-to-zero, serverless application with Unikraft Cloud:

    TerminalCode
    kraft cloud deploy -p 443:8080 nginx:latest
Last modified on