Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Find a file
renovate[bot] e23ec66f8d
deps: update ghcr.io/edgelesssys/gcp-guest-agent Docker tag to v20250718 (#3887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 09:13:18 +02:00
.github dev-docs: add script for updating k8s versions in workflow files (#3899) 2025-07-31 11:51:45 +02:00
3rdparty deps: update ubuntu:24.04 Docker digest to a08e551 (#3889) 2025-08-05 09:12:12 +02:00
bazel versions: add K8s v1.32; remove K8s v1.29 (#3895) 2025-07-30 18:41:12 +02:00
bootstrapper joinservice: read additional principals from ClusterConfig (#3900) 2025-07-31 15:55:07 +02:00
cli
csi
debugd
dev-docs dev-docs: add script for updating k8s versions in workflow files (#3899) 2025-07-31 11:51:45 +02:00
disk-mapper
docs deps: update ubuntu:24.04 Docker digest to a08e551 (#3889) 2025-08-05 09:12:12 +02:00
e2e
hack deps: update Go dependencies (#3898) 2025-07-31 12:35:32 +02:00
image
internal deps: update ghcr.io/edgelesssys/gcp-guest-agent Docker tag to v20250718 (#3887) 2025-08-05 09:13:18 +02:00
joinservice joinservice: read additional principals from ClusterConfig (#3900) 2025-07-31 15:55:07 +02:00
keyservice
measurement-reader
nix versions: add K8s v1.32; remove K8s v1.29 (#3895) 2025-07-30 18:41:12 +02:00
operators/constellation-node-operator
rfc
s3proxy license: change headers 2025-07-15 23:34:48 +02:00
terraform
terraform-provider-constellation versions: add K8s v1.32; remove K8s v1.29 (#3895) 2025-07-30 18:41:12 +02:00
tools
upgrade-agent
verify
.bazelignore
.bazelrc
.bazelversion
.dockerignore
.envrc
.gitignore
.golangci.yml
.grype.yaml
.lychee.toml
.nixversion
.shellcheckrc
.vale.ini
BUILD.bazel
CODE_OF_CONDUCT.md
CODEOWNERS
CONTRIBUTING.md
flake.lock
flake.nix
go.mod deps: update module github.com/docker/docker to v28.3.3+incompatible [SECURITY] (#3896) 2025-08-05 09:11:42 +02:00
go.sum deps: update module github.com/docker/docker to v28.3.3+incompatible [SECURITY] (#3896) 2025-08-05 09:11:42 +02:00
go.work
LICENSE
MODULE.bazel
MODULE.bazel.lock
netlify.toml
README.md
renovate.json5 deps: update go-sev-guest to support v5 reports (#3893) 2025-07-28 15:53:13 +02:00
SECURITY.md
version.txt
WORKSPACE.bzlmod

Constellation

Always Encrypted Kubernetes

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

🧩 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.

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

Constellation is licensed under the Business Source License 1.1. You may use it free of charge for non-production use. You can find more information in the license section of the docs.