Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Malte Poll b8933560be
image upload: use unique blob name for AWS images uploaded to S3 (#2830)
When uploading images to AWS, they need to be uploaded to S3 first.
Since blob names are not unique between attestation variants, there
was a possibility for one S3 upload to be used for the wrong AMI.
2024-01-17 17:09:07 +01:00
.github ci: use sonobuoy 0.57.1 (#2821) 2024-01-16 13:19:46 +01:00
3rdparty deps: remove go.mod files from submodules (#2769) 2024-01-08 13:19:38 +01:00
bazel image: add mainline kernel and azure tdx image target 2024-01-16 17:34:44 +01:00
bootstrapper Fix various small things throughout the codebase (#2800) 2024-01-09 19:37:56 +01:00
cli config: allow Azure TDX instance types 2024-01-16 17:34:44 +01:00
csi bazel: migrate all integration tests (and retire CMakeLists.txt) 2023-12-08 14:27:46 +01:00
debugd ci: fetch OpenSearch password from e2e test project (#2818) 2024-01-15 13:25:15 +01:00
dev-docs dev-docs: Helm chart for full L3 VPN connectivity (#2620) 2024-01-16 13:59:33 +01:00
disk-mapper bazel: migrate all integration tests (and retire CMakeLists.txt) 2023-12-08 14:27:46 +01:00
docs k8s: add 1.29, remove 1.26, default 1.28 (#2803) 2024-01-08 16:53:12 +01:00
e2e ci: add upgrade to provider example test (#2775) 2024-01-13 13:13:10 +01:00
hack Fix various small things throughout the codebase (#2800) 2024-01-09 19:37:56 +01:00
image image: add mainline kernel and azure tdx image target 2024-01-16 17:34:44 +01:00
internal image upload: use unique blob name for AWS images uploaded to S3 (#2830) 2024-01-17 17:09:07 +01:00
joinservice deps: update K8s dependencies (#2763) 2023-12-21 12:42:04 +01:00
keyservice
measurement-reader
nix
operators/constellation-node-operator deps: remove go.mod files from submodules (#2769) 2024-01-08 13:19:38 +01:00
rfc
s3proxy deps: update Constellation containers (#2760) 2023-12-20 18:03:44 +01:00
terraform terraform: add module deprecation notice (#2739) 2024-01-07 22:44:08 +01:00
terraform-provider-constellation ci: add upgrade to provider example test (#2775) 2024-01-13 13:13:10 +01:00
tools
upgrade-agent upgrade-agent: pass patches to kubeadm 2023-12-18 14:17:35 +01:00
verify
.bazelignore bazel: add directories to ignore (#2805) 2024-01-09 21:46:53 +01:00
.bazelrc constellation-lib: run license check in Terraform provider and refactor code (#2740) 2023-12-22 10:16:36 +01:00
.bazelversion
.dockerignore
.envrc nix: allow dev setup via direnv 2024-01-08 10:44:38 +01:00
.gitignore nix: allow dev setup via direnv 2024-01-08 10:44:38 +01:00
.golangci.yml
.grype.yaml
.lychee.toml ci: don't check Wireguard weblinks (#2823) 2024-01-15 15:45:45 +01:00
.shellcheckrc
.vale.ini
BUILD.bazel
CODE_OF_CONDUCT.md
CODEOWNERS ci: e2e test for Terraform provider examples (#2745) 2024-01-04 10:00:21 +01:00
CONTRIBUTING.md
flake.lock nix: update uplosi to support Azure TDX 2024-01-16 17:34:44 +01:00
flake.nix nix: update uplosi to support Azure TDX 2024-01-16 17:34:44 +01:00
go.mod image: add image uploader that uses uplosi in the background 2024-01-15 13:53:15 +01:00
go.sum deps: update AWS SDK (#2809) 2024-01-09 16:18:33 +01:00
go.work deps: remove go.mod files from submodules (#2769) 2024-01-08 13:19:38 +01:00
LICENSE
netlify.toml
README.md docs: mention TF provider more prominently 2023-12-30 15:44:11 +01:00
renovate.json5
SECURITY.md
version.txt ci: start v2.15-pre window 2023-12-20 08:52:18 +01:00
WORKSPACE.bazel bazel: add tool dependencies for image upload 2024-01-15 13:53:15 +01: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

  • If something doesn't work, make sure to use the latest release and check out the known issues.
  • 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 LinkedIn for news.
  • Edgeless Systems also offers Enterprise 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.