Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
edgelessci 03c6ae20bb
image: update measurements and image version (#3322)
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2024-08-23 10:20:46 +02:00
.github ci: give scheduled image builds more time between executions (#3297) 2024-08-07 13:27:06 +02:00
3rdparty deps: update bazel (plugins) (#3303) 2024-08-08 15:43:52 +02:00
bazel deps: update bazel (plugins) (#3303) 2024-08-08 15:43:52 +02:00
bootstrapper deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
cli Make SEV-SNP the default attestation variant on GCP (#3267) 2024-07-22 13:29:27 +02:00
csi csi: mark mount integration test as flaky (#3240) 2024-07-10 09:11:32 +02:00
debugd deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
dev-docs chore: remove rogue character 2024-08-22 14:29:44 +02:00
disk-mapper deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
docs update readme banner (#3318) 2024-08-22 12:29:52 +02:00
e2e deps: update Terraform dependencies (#3209) 2024-07-12 10:30:37 +02:00
hack deps: update Go dependencies (#3291) 2024-08-06 09:31:03 +02:00
image image: update locked rpms 2024-08-19 09:31:30 +02:00
internal image: update measurements and image version (#3322) 2024-08-23 10:20:46 +02:00
joinservice deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
keyservice deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
measurement-reader Support SEV-SNP on GCP (#3011) 2024-04-16 18:13:47 +02:00
nix dev-docs: set an MTU on the VPN route (#3239) 2024-07-10 10:55:48 +02:00
operators/constellation-node-operator deps: update module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 to v6 (#3279) 2024-08-01 11:28:15 +02:00
rfc rfc: node access (#3051) 2024-06-05 14:07:15 +02:00
s3proxy deps: update ghcr.io/edgelesssys/constellation/s3proxy Docker tag to v2.18.0-pre.0.20240807132706-ffde0ef7b7d3 (#3295) 2024-08-08 09:34:22 +02:00
terraform terraform: azure detach unused lb backends (#3270) 2024-07-25 22:53:13 +02:00
terraform-provider-constellation deps: update Terraform constellation to v2 (#3306) 2024-08-08 16:34:04 +02:00
tools
upgrade-agent deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
verify deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
.bazelignore
.bazelrc bazel: enable bzlmod 2024-05-23 09:48:04 +02:00
.bazelversion deps: update dependency bazel to v7.2.1 (#3194) 2024-06-27 11:42:37 +02:00
.dockerignore
.envrc
.gitignore
.golangci.yml misc: update golangci-lint related changes 2024-05-13 08:47:15 +02:00
.grype.yaml
.lychee.toml link-checker: add ignored sites 2024-05-23 09:48:04 +02:00
.shellcheckrc
.vale.ini
BUILD.bazel bazel: enable bzlmod 2024-05-23 09:48:04 +02:00
CODE_OF_CONDUCT.md
CODEOWNERS CODEOWNERS: remove malt3 2024-05-24 08:31:59 +02:00
CONTRIBUTING.md
flake.lock flake: pin bazel to 7.1.2 (#3142) 2024-06-04 16:50:52 +02:00
flake.nix flake: pin bazel to 7.1.2 (#3142) 2024-06-04 16:50:52 +02:00
go.mod deps: update module github.com/gophercloud/gophercloud to v2 (#3300) 2024-08-08 10:37:09 +02:00
go.sum deps: update module github.com/gophercloud/gophercloud to v2 (#3300) 2024-08-08 10:37:09 +02:00
go.work deps: bump Go version to v1.22.5 (#3225) 2024-07-03 09:49:37 +02:00
LICENSE
MODULE.bazel deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
MODULE.bazel.lock deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +02:00
netlify.toml
README.md update readme banner (#3318) 2024-08-22 12:29:52 +02:00
renovate.json5 renovate: schedule dependency updates (#3305) 2024-08-09 08:23:08 +02:00
SECURITY.md
version.txt chore: v2.17.0 post-release (#3229) 2024-07-04 11:17:55 +02:00
WORKSPACE.bzlmod deps: update bazel (modules) (#3304) 2024-08-09 11:00:22 +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

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