Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Find a file
2024-12-10 07:13:44 +01:00
.github Post v2.20.0 release updates to main (#3525) 2024-12-04 08:30:14 +01:00
3rdparty
bazel deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
bootstrapper
cli
csi deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
debugd
dev-docs
disk-mapper deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
docs Post v2.20.0 release updates to main (#3525) 2024-12-04 08:30:14 +01:00
e2e deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
hack
image image: update locked rpms (#3530) 2024-12-09 08:46:25 +01:00
internal image: update measurements and image version (#3528) 2024-12-09 09:00:04 +01:00
joinservice
keyservice
measurement-reader
nix
operators/constellation-node-operator constellation-node-operator: don't bail out on listing errors (#3522) 2024-12-03 22:44:38 +01:00
rfc
s3proxy
terraform
terraform-provider-constellation deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
tools
upgrade-agent
verify
.bazelignore bazel: add directories to ignore (#2805) 2024-01-09 21:46:53 +01:00
.bazelrc
.bazelversion deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
.dockerignore
.envrc nix: allow dev setup via direnv 2024-01-08 10:44:38 +01:00
.gitignore
.golangci.yml
.grype.yaml
.lychee.toml
.shellcheckrc
.vale.ini
BUILD.bazel bazel: enable bzlmod 2024-05-23 09:48:04 +02:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CODEOWNERS
CONTRIBUTING.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00
flake.lock
flake.nix
go.mod deps: update module k8s.io/endpointslice to v0.31.3 (#3529) 2024-12-09 16:07:01 +01:00
go.sum
go.work
LICENSE
MODULE.bazel deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
MODULE.bazel.lock deps: update bazel (core) (#3531) 2024-12-10 07:13:44 +01:00
netlify.toml
README.md
renovate.json5
SECURITY.md
version.txt Post v2.20.0 release updates to main (#3525) 2024-12-04 08:30:14 +01:00
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

🧩 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

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.