Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Find a file
renovate[bot] 5f9e970ebd
deps: update Constellation containers to v2.17.0-pre.0.20240619151941-9cd11842442d (#3179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24 15:03:21 +02:00
.github deps: update golang Docker tag to v1.22.4 (#3191) 2024-06-22 10:30:26 +02:00
3rdparty bazel: update BUILD files for rules_go bzlmod migration 2024-05-23 09:48:04 +02:00
bazel deps: update rhysd/actionlint to v1.7.1 (#3197) 2024-06-24 14:32:00 +02:00
bootstrapper deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
cli cli: fix constellation verify depending on an initialized constellation-state.yaml file (#3184) 2024-06-21 10:09:01 +02:00
csi deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
debugd deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
dev-docs
disk-mapper deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
docs cli: fix constellation verify depending on an initialized constellation-state.yaml file (#3184) 2024-06-21 10:09:01 +02:00
e2e deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
hack deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
image image: update locked rpms (#3195) 2024-06-23 15:00:08 +02:00
internal deps: update Constellation containers to v2.17.0-pre.0.20240619151941-9cd11842442d (#3179) 2024-06-24 15:03:21 +02:00
joinservice deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
keyservice deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
measurement-reader
nix
operators/constellation-node-operator deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
rfc
s3proxy deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
terraform
terraform-provider-constellation
tools
upgrade-agent deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
verify deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
.bazelignore
.bazelrc
.bazelversion deps: update bazel (core) (#3186) 2024-06-20 13:49:33 +02:00
.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 dependencies (#3185) 2024-06-21 10:05:57 +02:00
go.sum deps: update Go dependencies (#3185) 2024-06-21 10:05:57 +02:00
go.work
LICENSE
MODULE.bazel deps: update dependency aspect_bazel_lib to v2.7.8 (#3196) 2024-06-24 13:47:50 +02:00
MODULE.bazel.lock deps: update dependency aspect_bazel_lib to v2.7.8 (#3196) 2024-06-24 13:47:50 +02:00
netlify.toml
README.md
renovate.json5
SECURITY.md
version.txt
WORKSPACE.bzlmod

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.