Skip to content

Commit

Permalink
docs: add Contrast runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Mar 18, 2024
1 parent 7cf0533 commit 1f5a78e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ After the last step, we know that the policy has not been tampered with and, thu
Contrast provides an Initializer that handles the remote attestation on the workload side transparently and
fetches the workload certificate. The Initializer runs as an init container before your workload is started.

### The Contrast runtime

Contrast depends on a Kubernetes [runtime class](https://kubernetes.io/docs/concepts/containers/runtime-class/), which is installed
by the `node-installer` daemonset.
This runtime consists of a containerd runtime plugin, a virtual machine manager (cloud-hypervisor), and a podvm image (IGVM and rootfs).
The installer takes care of provisioning every node in the cluster so it provides this runtime class.

## Installation

Download the latest CLI from our release and put it into your PATH:
Expand Down

0 comments on commit 1f5a78e

Please sign in to comment.