Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Malte Poll 38f461fdee join-service: do not check if kubernetes version is valid
Signed-off-by: Malte Poll <mp@edgeless.systems>
2022-09-05 16:57:28 +02:00
.github tidy link checking (#63) 2022-09-05 16:08:00 +02:00
3rdparty Silence wget output 2022-09-02 15:20:25 +02:00
access_manager add license headers 2022-09-05 09:17:25 +02:00
bootstrapper kubernetes version: rename latest -> default 2022-09-05 16:57:28 +02:00
cli Kubernetes 1.25 preview 2022-09-05 16:57:28 +02:00
conformance Update references to docs (#36) 2022-09-01 09:27:25 +02:00
csi add license headers 2022-09-05 09:17:25 +02:00
debugd add license headers 2022-09-05 09:17:25 +02:00
docs Docs: recommend latest version of azure cli (#77) 2022-09-05 16:46:05 +02:00
hack clidocgen: Support nested commands properly (#58) 2022-09-05 10:34:46 +02:00
image Change default branch of constellation-fedora-coreos-config repo (#72) 2022-09-05 12:12:34 +02:00
internal Kubernetes 1.25 preview 2022-09-05 16:57:28 +02:00
joinservice join-service: do not check if kubernetes version is valid 2022-09-05 16:57:28 +02:00
kms add license headers 2022-09-05 09:17:25 +02:00
operators/constellation-node-operator add license headers 2022-09-05 09:17:25 +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 AB#2386: TrustedLaunch support for azure attestation 2022-09-05 12:03:48 +02:00
terraform/libvirt Add docs to repo (#38) 2022-09-02 11:52:42 +02:00
verify add license headers 2022-09-05 09:17: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 tidy link checking (#63) 2022-09-05 16:08:00 +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 tidy link checking (#63) 2022-09-05 16:08:00 +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
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 add license 2022-09-05 09:17:25 +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.