Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Malte Poll e24808e936
e2e: Write service account key path for GCP (#67)
Signed-off-by: Malte Poll <mp@edgeless.systems>
2022-09-05 09:17:18 +02:00
.github e2e: Write service account key path for GCP (#67) 2022-09-05 09:17:18 +02:00
3rdparty Silence wget output 2022-09-02 15:20:25 +02:00
access_manager Silence wget output 2022-09-02 15:20:25 +02:00
bootstrapper add verify load balancer 2022-09-01 16:45:18 +02:00
cli Restructure config docs (#44) 2022-09-02 17:11:06 +02:00
conformance Update references to docs (#36) 2022-09-01 09:27:25 +02:00
csi Rename mount package to csi (#47) 2022-09-05 08:42:55 +02:00
debugd Remove cdbg-config.yaml (#26) 2022-08-31 12:25:27 +02:00
docs Add page on CSPs (#56) 2022-09-04 22:11:10 +02:00
hack first implementation of SBOM generation (#50) 2022-09-02 16:49:59 +02:00
image Remove cilium from makefile 2022-09-02 15:20:25 +02:00
internal Restructure config docs (#44) 2022-09-02 17:11:06 +02:00
joinservice Silence wget output 2022-09-02 15:20:25 +02:00
kms Silence wget output 2022-09-02 15:20:25 +02:00
operators/constellation-node-operator first implementation of SBOM generation (#50) 2022-09-02 16:49:59 +02:00
proto Silence wget output 2022-09-02 15:20:25 +02:00
rfc Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
state move nodestate and role 2022-08-29 16:07:55 +02:00
terraform/libvirt Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
verify Silence wget output 2022-09-02 15:20:25 +02:00
.dockerignore Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
.gitignore Rename coordinator to bootstrapper and rename roles 2022-07-14 17:25:18 +02:00
.golangci.yml Fix tests and linting (#370) 2022-08-17 13:50:43 +02:00
.lycheeignore link checker should ignore edgelessys/wiki link (#51) 2022-09-02 12:45:51 +02:00
.vale.ini Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
CHANGELOG.md Move instanceType from CLI to config 2022-09-02 07:04:11 -07:00
CMakeLists.txt Rename mount package to csi (#47) 2022-09-05 08:42:55 +02:00
CODE_OF_CONDUCT.md Ref/readme (#375) 2022-08-19 14:54:11 +02:00
CONTRIBUTING.md Rename mount package to csi (#47) 2022-09-05 08:42:55 +02:00
Dockerfile.build Silence wget output 2022-09-02 15:20:25 +02:00
go.mod first implementation of SBOM generation (#50) 2022-09-02 16:49:59 +02:00
go.sum first implementation of SBOM generation (#50) 2022-09-02 16:49:59 +02:00
netlify.toml Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
README.md Rename mount package to csi (#47) 2022-09-05 08:42:55 +02:00
SECURITY.md Update README (#46) 2022-09-02 16:10:27 +02:00

Constellation

Always Encrypted K8s

Constellation License E2E Test Azure E2E Test GCP 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 our 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 (more)
  • Transparent key management: All cryptographic keys are managed within the confidential context (more)

🔍 Everything verifiable

  • "Whole cluster" attestation based on the remote-attestation feature of CVMs (more)
  • Confidential computing-optimized node images based on Fedora CoreOS; fully measured and integrity-protected (more)
  • Supply chain protection with Sigstore (more)

🚀 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 official 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:

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. You can find more information in the license section of the docs.