From d5500b774dc7d03d84ca8eb7e4c1833586fd33f2 Mon Sep 17 00:00:00 2001 From: Jia Zhang Date: Thu, 24 Sep 2020 00:23:37 +0000 Subject: [PATCH] ROADMAP: update to reflect the latest proposal Signed-off-by: Jia Zhang --- ROADMAP.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index ae84e52..b970c6c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -15,7 +15,7 @@ This document provides the roadmap of Inclavare Containers project. - Integrate libenclave and libcontainer. -## Enclave Runtime +## Enclave Runtimes - Support more enclave runtimes such as [WAMR](https://github.com/bytecodealliance/wasm-micro-runtime), [sgx-lkl](https://github.com/lsds/sgx-lkl), [enarx](https://github.com/enarx/enarx), [openenclave](https://github.com/openenclave/openenclave) and so on. - Provide a reference Enclave OS for confidential VM. @@ -24,6 +24,14 @@ This document provides the roadmap of Inclavare Containers project. - Implement bundle cache and enclave pooling for dramatically speeding up enclave launch time. -## Enclave Attestation Infrastructure +## shelter + +- kubectl plugin for confidential K8s management. + +## shelterd + +- Daemon server for shelter clients. + +## enclaved & stub enclave - Implement general attestation service and infrastructure for confidential Kubernetes. -- GitLab