Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
2024-04-25 12:02:23 +00:00
.github ci: tag resources created by e2e tests with the run name (#3035) 2024-04-25 12:02:23 +00:00
3rdparty deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00
bazel deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00
bootstrapper bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
cli cli: allow tagging cloud resources with custom tags (#3033) 2024-04-19 09:07:57 +00:00
csi bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
debugd deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
dev-docs dev-docs: document security advisory process (#3024) 2024-04-15 11:49:23 +02:00
disk-mapper bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
docs cli: allow tagging cloud resources with custom tags (#3033) 2024-04-19 09:07:57 +00:00
e2e logging: unify debug log message format (#2997) 2024-04-03 13:49:03 +00:00
hack logging: unify debug log message format (#2997) 2024-04-03 13:49:03 +00:00
image image: update locked rpms (#3036) 2024-04-22 09:39:09 +02:00
internal image: update measurements and image version (#3040) 2024-04-24 08:16:45 +02:00
joinservice logging: unify debug log message format (#2997) 2024-04-03 13:49:03 +00:00
keyservice deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
measurement-reader Support SEV-SNP on GCP (#3011) 2024-04-16 18:13:47 +02:00
nix
operators/constellation-node-operator operator: escape dots in url (#2990) 2024-03-15 22:44:10 +01:00
rfc rfc: remove broken link (#3012) 2024-04-05 11:42:36 +02:00
s3proxy
terraform cli: allow tagging cloud resources with custom tags (#3033) 2024-04-19 09:07:57 +00:00
terraform-provider-constellation Support SEV-SNP on GCP (#3011) 2024-04-16 18:13:47 +02:00
tools
upgrade-agent deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
verify deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
.bazelignore
.bazelrc
.bazelversion
.dockerignore
.envrc
.gitignore
.golangci.yml
.grype.yaml
.lychee.toml
.shellcheckrc
.vale.ini
BUILD.bazel
CODE_OF_CONDUCT.md
CODEOWNERS
CONTRIBUTING.md
flake.lock
flake.nix
go.mod deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00
go.sum deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00
go.work deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00
LICENSE
netlify.toml
README.md Add STACKIT to readme (#2988) 2024-03-15 11:53:13 +01:00
renovate.json5
SECURITY.md
version.txt ci: v2.16 post-release cleanup 2024-02-29 18:36:07 +01:00
WORKSPACE.bazel deps: update Go toolchain to 1.22.2 (#3010) 2024-04-05 12:14:48 +02:00

Constellation

Always Encrypted Kubernetes

Constellation License 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

🔍 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 or use the Terraform provider
  2. ⌨️ Create a Constellation cluster in the cloud or locally
  3. 🏎️ Run your app

Constellation Shell

Learn more: "Getting started with Constellation" videos series.

Live demos

We're running public instances of popular software on Constellation:

These instances run on CVMs in Azure and Constellation keeps them end-to-end confidential.

Documentation

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

Support

Contributing

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

Warning

Please report any security issue via a private GitHub vulnerability report or write to security@edgeless.systems.

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.