Open
Description
A PDO is a smart contract that runs inside of an Intel SGX enclave. The underlying infrastructure needed to enable this consists of a set of enclave services (eservice), provisioning services (pservice) and storage services (sservice), which communicate with a remote client application. This gives us a way to implement multi-party applications with additional confidentiality and integrity guarantees.
While we are able to run individual components of a PDO deployment (eservice, pservice, sservice) in Docker containers, we do not currently have a way to deploy these as a single cluster. Adding integration with Kubernetes would allow us to deploy all components (supporting replication) via a single configuration.
Tasks: TBD
- TODO 1
- TODO 2