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 app on Unikraft is like running a container but with hardware isolation, millisecond cold starts, and stateful scale-to-zero.

Expect higher 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.

    Run on any *NIX shell(bash)
    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):

    Code(bash)
    export UKC_TOKEN=
  4. Deploy your first scale-to-zero, serverless app with Unikraft Cloud:

    Code(bash)
    kraft cloud deploy -p 443:8080 nginx:latest
Last modified on