Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kubernetes deployment of a PDO app #431

Open
2 tasks
marcelamelara opened this issue Apr 11, 2023 · 0 comments
Open
2 tasks

Add support for Kubernetes deployment of a PDO app #431

marcelamelara opened this issue Apr 11, 2023 · 0 comments
Labels
deployment enhancement New feature or request

Comments

@marcelamelara
Copy link
Member

marcelamelara commented Apr 11, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants