Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Add support for Kubernetes deployment of a PDO app #431

Description

@marcelamelara

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions