Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Paul Meyer 050223e4c5 e2e: add nop payload to only test infra creation
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2022-10-28 17:46:37 +02:00
.github e2e: add nop payload to only test infra creation 2022-10-28 17:46:37 +02:00
3rdparty/gcp-guest-agent Remove all traces of CoreOS from the codebase 2022-10-21 11:04:25 +02:00
access_manager Update Go to 1.19.2 (#219) 2022-10-06 19:31:12 +02:00
bootstrapper Use atomic.Bool, added in Go 1.19 2022-10-28 16:06:53 +02:00
cli Use atomic.Bool, added in Go 1.19 2022-10-28 16:06:53 +02:00
csi Upgrade go module to v2 2022-09-22 09:10:19 +02:00
debugd update grpc 2022-10-21 13:28:03 +02:00
disk-mapper Add support for AWS to disk-mapper (#329) 2022-10-21 15:04:34 +02:00
docs sbom signing (#303) 2022-10-21 15:19:51 +02:00
hack Upgrade Go version to 1.19 2022-10-28 16:06:53 +02:00
image Preinstall kubelet systemd unit in OS images (#365) 2022-10-25 16:36:03 +02:00
internal Use renovate to update versions.go (#388) 2022-10-28 15:01:58 +02:00
joinservice update grpc 2022-10-21 13:28:03 +02:00
kms update grpc 2022-10-21 13:28:03 +02:00
operators/constellation-node-operator Update golang:1.19.2 Docker digest to 2fddf05 (#403) 2022-10-28 16:10:19 +02:00
proto update grpc 2022-10-21 13:28:03 +02:00
rfc RFC: update updates RFC 2022-10-26 15:51:43 +02:00
verify update grpc 2022-10-21 13:28:03 +02:00
.dockerignore Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
.gitignore Pin terraform provider hashes (#361) 2022-10-25 10:10:46 +02:00
.golangci.yml Feat/revive (#212) 2022-10-05 15:02:46 +02:00
.lycheeignore tidy link checking 2022-09-14 11:23:17 +02:00
.vale.ini Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
CHANGELOG.md sbom signing (#303) 2022-10-21 15:19:51 +02:00
CMakeLists.txt AB#2538: deploy CCM via Helm 2022-10-27 18:12:47 +02:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CONTRIBUTING.md AB#2369: Use contributing.md as ToC for dev docs. 2022-09-08 16:08:42 +02:00
Dockerfile.build Use unified version constant in bootstrapper 2022-10-12 11:04:07 +02:00
go.mod Upgrade Go version to 1.19 2022-10-28 16:06:53 +02:00
go.sum Update module github.com/googleapis/gax-go/v2 to v2.6.0 (#330) 2022-10-28 09:33:29 +02: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
package-lock.json Release docs for v2.1 (#222) 2022-10-07 12:14:55 +02:00
README.md Remove all traces of CoreOS from the codebase 2022-10-21 11:04:25 +02:00
renovate.json Upgrade Go version to 1.19 2022-10-28 16:06:53 +02:00
SECURITY.md Update README (#46) 2022-09-02 16:10:27 +02:00

Constellation

Always Encrypted Kubernetes

Constellation License E2E Test Azure E2E Test GCP 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

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.