Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
renovate[bot] b20e9b3cd4
Update google.golang.org/genproto digest to e3fa12d (#704)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2022-12-02 10:35:32 +01:00
.github Update GitHub action dependencies (#701) 2022-12-02 10:33:19 +01:00
3rdparty/gcp-guest-agent Update ubuntu:22.04 Docker digest to 817cfe4 (#451) 2022-11-04 11:58:01 +01:00
bootstrapper initserver: add client verification 2022-11-28 19:34:02 +01:00
cli Update Terraform aws to v4.44.0 (#702) 2022-12-01 18:46:31 +01:00
csi CSI driver fixes (#668) 2022-11-30 08:35:38 +01:00
debugd debugd: remove timeout for rpc calls 2022-12-01 16:14:45 +01:00
disk-mapper Refactor enforced/expected PCRs (#553) 2022-11-24 10:57:58 +01:00
docs docs: improve wording 2022-12-01 12:07:04 +01:00
hack Update google.golang.org/genproto digest to e3fa12d (#704) 2022-12-02 10:35:32 +01:00
image image: set TERM environmet variable 2022-11-30 16:26:25 +01:00
internal Update ghcr.io/edgelesssys/constellation/qemu-metadata-api Docker tag to v2.3.0-pre.0.20221201105133-8004edcc144d (#700) 2022-12-01 18:49:02 +01:00
joinservice Remove obsolote revive comments 2022-11-23 08:35:12 +01:00
kms Remove obsolote revive comments 2022-11-23 08:35:12 +01:00
operators/constellation-node-operator Update google.golang.org/genproto digest to e3fa12d (#704) 2022-12-02 10:35:32 +01:00
proto Update ubuntu:22.04 Docker digest to 817cfe4 (#451) 2022-11-04 11:58:01 +01:00
rfc image: add version and debug field to lookup table (#682) 2022-12-01 11:51:33 +01:00
verify Upgrade container images to Fedora 37 2022-11-18 10:37:45 +01:00
.dockerignore build: fix ignoring image folder 2022-11-21 16:40:19 +01:00
.gitignore Add .idea to .gitignore 2022-11-04 12:57:24 +01:00
.golangci.yml Revert "warn about function argument count over 5 (#558)" (#620) 2022-11-22 14:20:11 +01:00
.lycheeignore Add www.linux-kvm.org to Lychee ignore list (temporarily) 2022-11-03 18:10:13 +01:00
.shellcheckrc Fix shellcheck warnings 2022-11-11 13:40:13 +01:00
.vale.ini Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
CHANGELOG.md docs: improve wording 2022-12-01 12:07:04 +01:00
CMakeLists.txt Merge back changes from v2.2.2 release (#580) 2022-11-18 10:24:45 +01:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CONTRIBUTING.md devdoc: update dev conventions 2022-11-11 13:40:13 +01:00
Dockerfile.build Fix disk-mapper version injection (#592) 2022-11-18 16:43:44 +01:00
go.mod Update google.golang.org/genproto digest to e3fa12d (#704) 2022-12-02 10:35:32 +01:00
go.sum Update google.golang.org/genproto digest to e3fa12d (#704) 2022-12-02 10:35:32 +01:00
go.work Upgrade Go version to 1.19 2022-10-28 16:06:53 +02:00
LICENSE add license 2022-09-05 09:17:25 +02:00
netlify.toml Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
README.md Document SLSA adoption and current level (#661) 2022-11-29 12:56:28 +01:00
renovate.json Provenance for CLI (#647) 2022-11-25 16:13:20 +01:00
SECURITY.md promote new github security reporting feature 2022-11-10 16:31:13 +01:00

Constellation

Always Encrypted Kubernetes

Constellation License Daily E2E Tests Weekly E2E Tests Govulncheck Go Report Discord Twitter

Constellation is a Kubernetes engine that aims to provide the best possible data security. It wraps your K8s cluster into a single confidential context that is shielded from the underlying cloud infrastructure. Everything inside is always encrypted, including at runtime in memory. For this, Constellation leverages confidential computing (see the whitepaper) and more specifically Confidential VMs.

Concept

Goals

From a security perspective, Constellation is designed to keep all data always encrypted and to prevent access from the infrastructure layer (i.e., remove the infrastructure from the TCB). This includes access from datacenter employees, privileged cloud admins, and attackers coming through the infrastructure (e.g., malicious co-tenants escalating their privileges).

From a DevOps perspective, Constellation is designed to work just like what you would expect from a modern K8s engine.

Use cases

Encrypting your K8s is good for:

  • Increasing the overall security of your clusters
  • Increasing the trustworthiness of your SaaS offerings
  • Moving sensitive workloads from on-prem to the cloud
  • Meeting regulatory requirements

Features

🔒 Everything always encrypted

  • Runtime encryption: All nodes run inside AMD SEV-based Confidential VMs (CVMs). Support for Intel TDX will be added in the future.
  • Transparent encryption of network and storage: All pod-to-pod traffic and all writes to persistent storage are automatically encrypted
  • Transparent key management: All cryptographic keys are managed within the confidential context

🔍 Everything verifiable

🚀 Performance and scale

  • High availability with multi-master architecture and stacked etcd topology
  • Dynamic cluster autoscaling with verification and secure bootstrapping of new nodes
  • Competitive performance (see K-Bench comparison with AKS and GKE)

🧩 Easy to use and integrate

Getting started

If you're already familiar with Kubernetes, it's easy to get started with Constellation:

  1. 📦 Install the CLI
  2. ⌨️ Create a Constellation cluster in the cloud or locally
  3. 🏎️ Run your app

Constellation Shell

Demo

We're running a Rocket.Chat server on Constellation at https://rocket.edgeless.systems/.

This blog post gives details on the setup.

Documentation

To learn more, see the documentation. You may want to start with one of the following sections.

Support

  • Please file an issue to get help or report a bug.
  • Join the Discord to have a chat on confidential computing and Constellation.
  • Visit our blog for technical deep-dives and tutorials and follow us on Twitter for news.
  • Edgeless Systems also offers Enterprise Support.

Contributing

Refer to CONTRIBUTING.md on how to contribute. The most important points:

License

The Constellation source code is licensed under the GNU Affero General Public License v3.0. Edgeless Systems provides pre-built and signed binaries and images for Constellation. You may use these free of charge to create and run services for internal consumption, evaluation purposes, or non-commercial use. You can find more information in the license section of the docs.