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
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
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.