diff --git a/CODEOWNERS b/CODEOWNERS index 3c0862a..1d8f5cc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,4 +5,4 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @confidential-containers/documentation-maintainers +* @confidential-containers/confidential-containers-maintainers diff --git a/README.md b/README.md index 5944075..8f7d76c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![logo](./images/coco_logo.png) -# Confidential Containers Documentation +# Confidential Containers + +## Welcome to confidential-containers Confidential Containers is an open source community working to leverage [Trusted Execution Environments](https://en.wikipedia.org/wiki/Trusted_execution_environment) @@ -18,10 +20,15 @@ Our key considerations are: - Least privilege principles for the Kubernetes cluster administration capabilities which impact delivering Confidential Computing for guest applications or data inside the TEE -## Further Detail +### Get started quickly... +- [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 + +## Further Detail [![asciicast](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF.svg)](https://asciinema.org/a/eGHhZdQY3uYnDalFAfuB7VYqF) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fdocumentation.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fdocumentation?ref=badge_shield) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity?ref=badge_shield) - [Project Overview](./overview.md) - [Project Architecture](./architecture.md) @@ -29,10 +36,9 @@ delivering Confidential Computing for guest applications or data inside the TEE - [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 +### Contribute... +- [CONTRIBUTING](CONTRIBUTING.md) ## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fdocumentation.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fdocumentation?ref=badge_large) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity?ref=badge_large) diff --git a/community_README.md b/community_README.md deleted file mode 100644 index 0ef26a0..0000000 --- a/community_README.md +++ /dev/null @@ -1,25 +0,0 @@ -![alt text](coco_logo.png "Confidential Containers") -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity?ref=badge_shield) - -## Welcome to confidential-containers - -We are interested in integrating existing [Trusted Execution -Environments](https://en.wikipedia.org/wiki/Trusted_execution_environment) (TEE) infrastructure -support and technologies with the cloud native world. Our focus is to place a kubernetes pod into a -TEE. - -### Find out more... -- [Documentation](https://github.com/confidential-containers/documentation) : Find out more about - the progress to date, overall goals and work in progress. - -### Get started quickly... -- [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 - -### Contribute... -- [CONTRIBUTING](CONTRIBUTING.md) - - -## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fconfidential-containers%2Fcommunity?ref=badge_large) \ No newline at end of file