Files
confidential-containers/README.md
Jakob Naucke 6bf298930a Add simple asciinema.org recording
This recording demonstrates the ease of deploying a confidential
container and its confidentiality through a memory check.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
2021-12-07 16:31:08 +01:00

30 lines
1.3 KiB
Markdown

![logo](./images/coco_logo.png)
# Welcome to documentation repository for Confidential Containers
Confidential Containers is an open source community working to leverage
[Trusted Execution Environments](https://en.wikipedia.org/wiki/Trusted_execution_environment)
to protect containers and data and to deliver cloud native
confidential computing.
Our key considerations are:
- Allow cloud native application owners to enforce application security requirements
- Transparent deployment of unmodified containers
- Support for multiple TEE and hardware platforms
- A trust model which separates Cloud Service Providers (CSPs) from guest applications
- Least privilege principles for the Kubernetes Cluster administration capabilities which impact
delivering Confidential Computing for guest application or data inside the TEE.
## Further Detail
[![asciicast](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF.svg)](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF)
- [Project Overview](./Overview.md)
- [Our Roadmap](./Roadmap.md)
- [Alignment with other Projects](ALIGNMENT.md)
### Associated Repositories
- [Kubernetes Operator for Confidential Computing](https://github.com/confidential-containers/confidential-containers-operator)
: An operator to deploy confidential containers runtime (and required configs) on a Kubernetes cluster