Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Felix Schuster 2b32b79026
Rewording in "Getting started" (#193)
* Small changes

* Update docs/docs/getting-started/first-steps.md

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>

* Update docs/docs/getting-started/first-steps.md

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>

* Update docs/versioned_docs/version-2.0/getting-started/first-steps.md

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>
2022-09-26 15:19:09 +02:00
.github update release guide to cover pre versions 2022-09-21 14:50:03 +02:00
3rdparty Update build environment to Fedora 36 & Go 1.19.1 2022-09-09 18:11:33 +02:00
access_manager Upgrade go module to v2 2022-09-22 09:10:19 +02:00
bootstrapper Update proto files to v2 2022-09-22 09:10:19 +02:00
cli AB#2262 Automatic recovery (#158) 2022-09-26 09:57:40 +02:00
conformance fix some doc links 2022-09-12 13:09:55 +02:00
csi Upgrade go module to v2 2022-09-22 09:10:19 +02:00
debugd Update proto files to v2 2022-09-22 09:10:19 +02:00
disk-mapper Update proto files to v2 2022-09-22 09:10:19 +02:00
docs Rewording in "Getting started" (#193) 2022-09-26 15:19:09 +02:00
hack Tidy go mods 2022-09-22 09:10:19 +02:00
image Move GCP cloud function files to .github/runners. 2022-09-21 10:58:10 +02:00
internal AB#2262 Automatic recovery (#158) 2022-09-26 09:57:40 +02:00
joinservice Update proto files to v2 2022-09-22 09:10:19 +02:00
kms Update proto files to v2 2022-09-22 09:10:19 +02:00
operators/constellation-node-operator Tidy go mods 2022-09-22 09:10:19 +02:00
proto Fix missing proto generation (#142) 2022-09-13 11:01:51 +02:00
rfc Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
terraform/libvirt Remove exporting of PCRs from QEMU metadata API (#169) 2022-09-19 14:29:21 +02:00
verify Update proto files to v2 2022-09-22 09:10:19 +02:00
.dockerignore Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
.gitignore Add go.work 2022-09-13 15:58:38 +02:00
.golangci.yml Disallow golangci-lint to tidy go.mod 2022-09-13 15:58:38 +02:00
.lycheeignore tidy link checking 2022-09-14 11:23:17 +02:00
.vale.ini Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
CHANGELOG.md Update changelog 2022-09-20 13:41:23 +02:00
CMakeLists.txt Use go.work for CI workflows 2022-09-13 15:58:38 +02:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CONTRIBUTING.md AB#2369: Use contributing.md as ToC for dev docs. 2022-09-08 16:08:42 +02:00
Dockerfile.build Update build environment to Fedora 36 & Go 1.19.1 2022-09-09 18:11:33 +02:00
go.mod Tidy go mods 2022-09-22 09:10:19 +02:00
go.sum Upgrade go-tuf in main go.mod (#167) 2022-09-16 20:08:50 +02:00
go.work Add go.work 2022-09-13 15:58:38 +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 Extend community license (#186) 2022-09-22 12:12:17 +02:00
SECURITY.md Update README (#46) 2022-09-02 16:10:27 +02:00

Constellation

Always Encrypted Kubernetes

Constellation License E2E Test Azure E2E Test GCP 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

  • Constellation is a CNCF-certified Kubernetes. It's aligned to Kubernetes' version support policy and will likely work with your existing workloads and tools.
  • Support for Azure and GCP, more to come.

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
  3. 🏎️ Run your app

Constellation Shell

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:

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.