Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
renovate[bot] b8112f3dc2
deps: update module golang.org/x/tools to v0.6.0 (#1180)
Co-authored-by: katexochen <katexochen@users.noreply.github.com>
2023-02-14 14:33:53 +01:00
.github ci: better naming for spelling check workflow 2023-02-13 11:42:12 -05:00
3rdparty/gcp-guest-agent deps: update ubuntu:22.04 Docker digest to c985bc3 (#1142) 2023-02-03 18:07:34 +01:00
apko deps: update apk package hashes (#1169) 2023-02-13 17:26:59 +01:00
bootstrapper bootstrapper: fix loglevel in helm install retry 2023-02-10 13:49:41 +01:00
cli cli: add name of build type to version cmd output (#1179) 2023-02-14 14:30:10 +01:00
csi Enable cryptsetup read/write workqueue bypass (#1150) 2023-02-08 12:01:14 +01:00
debugd cli: add version validation and force flag 2023-02-08 12:30:01 +01:00
dev-docs dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
disk-mapper internal: use go-kms-wrapping for KMS backends (#1012) 2023-02-08 12:03:54 +01:00
docs docs: update cli reference 2023-02-13 08:39:40 +01:00
e2e dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
hack deps: update module golang.org/x/tools to v0.6.0 (#1180) 2023-02-14 14:33:53 +01:00
image fix path for qemu/image.raw in S3/CDN (#1106) 2023-01-31 10:44:19 +01:00
internal cli: add name of build type to version cmd output (#1179) 2023-02-14 14:30:10 +01:00
joinservice deps: update gcr.io/distroless/static Docker digest to 390b7a3 (#1139) 2023-02-03 18:06:21 +01:00
keyservice internal: use go-kms-wrapping for KMS backends (#1012) 2023-02-08 12:03:54 +01:00
operators/constellation-node-operator operators: move api into a dedicated submodule (#1164) 2023-02-13 11:52:36 +01:00
proto deps: update ubuntu:22.04 Docker digest to c985bc3 (#1142) 2023-02-03 18:07:34 +01:00
rfc ci: refactor image measurement generation (#1152) 2023-02-09 13:33:17 +01:00
rpm build: add Bazel workspace and toolchains 2023-01-31 17:55:09 +01:00
toolchains deps: update dependency io_bazel_rules_go to v0.38.1 (#1147) 2023-02-06 13:18:25 +01:00
tools build: add Bazel workspace and toolchains 2023-01-31 17:55:09 +01:00
upgrade-agent dev-docs: Go package docs (#958) 2023-01-19 15:57:50 +01:00
verify ci: add workflow for proto code generation check 2023-01-23 12:20:37 +01:00
.bazelrc deps: update dependency io_bazel_rules_go to v0.38.1 (#1147) 2023-02-06 13:18:25 +01:00
.bazelversion build: pin bazel version 2023-01-31 17:55:09 +01:00
.dockerignore ci: run versionsapi as docker action 2023-01-13 10:23:43 +01:00
.gitignore build: add shell.nix 2023-01-31 17:55:09 +01:00
.golangci.yml Revert "warn about function argument count over 5 (#558)" (#620) 2022-11-22 14:20:11 +01:00
.ko.yaml ko: fix typo 2023-01-19 15:28:00 +01:00
.lycheeignore ci: ignore ntia.gov and twitter checking links 2023-01-04 15:12:39 +01:00
.shellcheckrc
.vale.ini
BUILD.bazel build: set test timeout 2023-01-31 17:55:09 +01:00
CMakeLists.txt cli: add version validation and force flag 2023-02-08 12:30:01 +01:00
CODE_OF_CONDUCT.md
CODEOWNERS codeowners: own apko 2023-01-30 16:05:00 +01:00
CONTRIBUTING.md dev-docs: move into top-level dir (#924) 2023-01-10 14:18:41 +01:00
Dockerfile.build deps: update Go to v1.19.5 (#949) 2023-01-12 13:36:17 +01:00
go.mod deps: update module golang.org/x/tools to v0.6.0 (#1180) 2023-02-14 14:33:53 +01:00
go.sum deps: update module golang.org/x/tools to v0.6.0 (#1180) 2023-02-14 14:33:53 +01:00
go.work operators: move api into a dedicated submodule (#1164) 2023-02-13 11:52:36 +01:00
LICENSE
netlify.toml
README.md docs: update security issue warning to use Github warning banner (#1050) 2023-01-20 16:17:39 +01:00
renovate.json renovate: group hashicorp/go-kms-wrapping upgrades 2023-02-13 12:38:49 -05:00
SECURITY.md
shell.nix build: add shell.nix 2023-01-31 17:55:09 +01:00
WORKSPACE.bazel build: specify C toolchains correctly (#1128) 2023-02-01 12:48:19 +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

  • Runtime encryption: All nodes run inside AMD SEV-based Confidential VMs (CVMs). Support for Intel TDX will be added in the future.
  • Transparent encryption of network and storage: All pod-to-pod traffic and all writes to persistent storage are automatically encrypted
  • Transparent key management: All cryptographic keys are managed within the confidential context

🔍 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
  2. ⌨️ Create a Constellation cluster in the cloud or locally
  3. 🏎️ Run your app

Constellation Shell

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

  • 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 Twitter 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.