MarbleRun is a framework for creating distributed confidential-computing apps.
Build your confidential microservices with EGo or another runtime, distribute them with Kubernetes on an SGX-enabled cluster, and let MarbleRun take care of the rest. Deploy end-to-end secure and verifiable AI pipelines or crunch on sensitive big data in the cloud.
MarbleRun guarantees that the topology of your distributed app adheres to a Manifest specified in simple JSON. MarbleRun verifies the integrity of services, bootstraps them, and sets up encrypted connections between them. If a node fails, MarbleRun will seamlessly substitute it with respect to the rules defined in the Manifest.
To keep things simple, MarbleRun issues one concise remote attestation statement for your whole distributed app. This can be used by anyone to verify the integrity of your distributed app.
:lock: Authentication and integrity verification of microservices with respect to a Manifest written in simple JSON
:key: Secrets management for microservices
:package: Provisioning of certificates, configurations, and parameters for microservices
:globe_with_meridians: Remote attestation of the entire cluster
MarbleRun supports services built with one of the following frameworks:
See the Getting Started Guide to set up a distributed confidential-computing app in a few steps. See the documentation for details.
CONTRIBUTING.md
for information on issue reporting, code guidelines, and our PR process.BUILD.md
includes general information on how to work in this repo.We provide basic examples on how to build confidential apps with MarbleRun:
In case you want to see how you can integrate popular existing solutions with MarbleRun, we provide more advanced examples:
The popular Linkerd service mesh uses the simple and scalable emojivoto app as its default demo. Check out our confidential variant. Your emoji votes have never been more secure! 😉