Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Otto Bittner 30f2b332b3
api: restructure api pkg (#1851)
* api: rename AttestationVersionRepo to Client
* api: move client into separate subpkg for
clearer import paths.
* api: rename configapi -> attestationconfig
* api: rename versionsapi -> versions
* api: rename sut to client
* api: split versionsapi client and make it public
* api: split versionapi fetcher and make it public
* config: move attestationversion type to config
* api: fix attestationconfig client test

Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
2023-06-02 09:19:23 +02:00
.github ci: remove setup-go action / disable cache where applicable (#1850) 2023-06-01 15:16:00 +02:00
3rdparty todo responsibilities and cleanup (#1837) 2023-06-01 12:33:06 +02:00
bazel config: sign Azure versions on upload & verify on fetch (#1836) 2023-06-01 13:55:46 +02:00
bootstrapper todo responsibilities and cleanup (#1837) 2023-06-01 12:33:06 +02:00
cli api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
csi csi: allow building without cgo dependencies for linting 2023-05-23 13:44:56 +02:00
debugd api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
dev-docs bazel: build both cli variants as part of devbuild 2023-05-31 14:00:00 +02:00
disk-mapper disk-mapper: allow building without cgo dependencies for linting 2023-05-23 13:44:56 +02:00
docs todo responsibilities and cleanup (#1837) 2023-06-01 12:33:06 +02:00
e2e api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
hack api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
image api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
internal api: restructure api pkg (#1851) 2023-06-02 09:19:23 +02:00
joinservice deps: update K8s dependencies (#1599) 2023-05-24 18:57:45 +02:00
keyservice deps: update module github.com/sigstore/rekor to v1.1.1 [SECURITY] (#1729) 2023-05-11 17:23:17 +02:00
measurement-reader Add TDX bazel files 2023-05-17 11:37:26 +02:00
operators/constellation-node-operator todo responsibilities and cleanup (#1837) 2023-06-01 12:33:06 +02:00
rfc cli: image measurements (v2) 2023-05-25 15:01:15 +02:00
rpm upgrade rpms 2023-04-18 15:35:15 +02:00
tools deps: update module github.com/sigstore/rekor to v1.2.0 [SECURITY] (#1842) 2023-05-31 23:30:27 +02:00
upgrade-agent deps: update module github.com/sigstore/rekor to v1.1.1 [SECURITY] (#1729) 2023-05-11 17:23:17 +02:00
verify deps: update module github.com/sigstore/rekor to v1.1.1 [SECURITY] (#1729) 2023-05-11 17:23:17 +02:00
.bazelrc bazel: build both cli variants as part of devbuild 2023-05-31 14:00:00 +02:00
.bazelversion deps: update dependency bazel to v6.1.2 (#1749) 2023-05-05 16:42:33 +02:00
.dockerignore ci: run versionsapi as docker action 2023-01-13 10:23:43 +01:00
.gitignore cli: add Terraform log support (#1620) 2023-04-14 14:15:07 +02:00
.golangci.yml ci: add e2e-upgrade test 2023-03-23 14:57:38 +01:00
.grype.yaml ci: ignore replaced ghsa (#1392) 2023-03-10 11:13:05 +01:00
.lycheeignore Fix links and clean lycheeignore (#1219) 2023-02-19 21:45:20 +01:00
.shellcheckrc Fix shellcheck warnings 2022-11-11 13:40:13 +01:00
.vale.ini Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
BUILD.bazel bazel: allow custom container_prefix (#1693) 2023-04-27 11:52:02 +02:00
CMakeLists.txt ci: use bazel for unittests 2023-05-23 15:11:10 +02:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CODEOWNERS config: dynamic attestation configuration through S3 backed API (#1808) 2023-05-25 17:43:44 +01:00
CONTRIBUTING.md dev-docs: move into top-level dir (#924) 2023-01-10 14:18:41 +01:00
go.mod config: sign Azure versions on upload & verify on fetch (#1836) 2023-06-01 13:55:46 +02:00
go.sum config: sign Azure versions on upload & verify on fetch (#1836) 2023-06-01 13:55:46 +02:00
go.work go: clean work file (#1537) 2023-03-28 18:15:42 +02:00
LICENSE add license 2022-09-05 09:17:25 +02:00
netlify.toml Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
README.md docs: update govulncheck badge to new workflow (#1531) 2023-03-29 10:26:45 +02:00
renovate.json ci: fix grouping of renovate groups (#1585) 2023-04-03 13:37:56 +02:00
SECURITY.md promote new github security reporting feature 2022-11-10 16:31:13 +01:00
shell.nix bazel: add build files for go (#1186) 2023-03-09 15:23:42 +01:00
version.txt chore: bump version.txt 2023-04-06 18:20:50 +02:00
WORKSPACE.bazel bazel: provide semi-hermetic python toolchain (#1753) 2023-05-22 09:10:41 +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

  • 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

  • If something doesn't work, make sure to use the latest release and check out the known issues.
  • 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.