You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: