Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Daniel Weiße 9bc8217fcd
cli: output CSI driver versions on status (#2128)
* Output CSI driver versions

* Improve status output

* Correctly update CSI version on upgrades

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2023-07-27 16:14:36 +02:00
.github ci: parse ovmf binaries from metadata (#1962) 2023-07-27 13:29:43 +02:00
3rdparty deps: update quay.io/medik8s/node-maintenance-operator Docker tag to v0.15.0 (#2064) 2023-07-19 15:37:17 +02:00
bazel bazel: fix container versioning 2023-07-26 13:46:27 +02:00
bootstrapper cli: use Semver type to represent microservice versions (#2125) 2023-07-25 14:20:25 +02:00
cli cli: output CSI driver versions on status (#2128) 2023-07-27 16:14:36 +02:00
csi cryptsetup: unify code (#2043) 2023-07-17 13:55:31 +02:00
debugd bootstrapper: add fallback endpoint and custom endpoint to SAN field (#2108) 2023-07-21 16:43:51 +02:00
dev-docs cli: add iam upgrade apply (#2132) 2023-07-26 17:29:03 +02:00
disk-mapper cli: use Semver type to represent microservice versions (#2125) 2023-07-25 14:20:25 +02:00
docs cli: add iam upgrade apply (#2132) 2023-07-26 17:29:03 +02:00
e2e cli: add iam upgrade apply (#2132) 2023-07-26 17:29:03 +02:00
hack bootstrapper: add fallback endpoint and custom endpoint to SAN field (#2108) 2023-07-21 16:43:51 +02:00
image image: synchronize time via ntp (#2118) 2023-07-19 14:11:24 +02:00
internal cli: don't backup CRs that cannot be found (#2133) 2023-07-27 10:28:56 +02:00
joinservice cli: use Semver type to represent microservice versions (#2125) 2023-07-25 14:20:25 +02:00
keyservice cli: use Semver type to represent microservice versions (#2125) 2023-07-25 14:20:25 +02:00
measurement-reader deps: update github.com/thomasten/go-tpm digest to f43f8e2 (#2048) 2023-07-07 13:17:58 +02:00
operators/constellation-node-operator cli: unify terraform variable creation (#2119) 2023-07-21 10:04:29 +02:00
rfc rfc: canonical endpoint / custom dns (#1985) 2023-07-10 11:15:08 +02:00
rpm deps: downgrade libvirt to 8.10.0 (#1971) 2023-06-27 11:34:07 +02:00
tools bazel: rewrite pseudo-version stamping in bash (#2020) 2023-07-05 14:42:18 +02:00
upgrade-agent deps: update module github.com/sigstore/rekor to v1.2.2 (#2033) 2023-07-06 15:41:14 +02:00
verify cli: use Semver type to represent microservice versions (#2125) 2023-07-25 14:20:25 +02:00
.bazelrc deps: update dependency hermetic_cc_toolchain to v2.0.0 (#1860) 2023-06-09 17:39:30 +02:00
.bazelversion deps: update dependency bazel to v6.2.1 (#1918) 2023-06-13 17:50:24 +02:00
.dockerignore ci: run versionsapi as docker action 2023-01-13 10:23:43 +01:00
.gitignore bazel: rewrite pseudo-version stamping in bash (#2020) 2023-07-05 14:42:18 +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 ci: remove Azure portal internal links from docs (#2122) 2023-07-20 15:04:34 +02:00
.shellcheckrc
.vale.ini
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
CODEOWNERS Update codeowners (#1936) 2023-06-15 14:55:38 +02:00
CONTRIBUTING.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00
go.mod upgrade: retry when node image update fails due to conflict error (#2123) 2023-07-24 12:15:11 +02:00
go.sum disk-mapper: set LUKS2 token to allow reusing unintialized state disks (#2083) 2023-07-18 16:20:03 +02:00
go.work go: clean work file (#1537) 2023-03-28 18:15:42 +02:00
LICENSE
netlify.toml
README.md docs: update govulncheck badge to new workflow (#1531) 2023-03-29 10:26:45 +02:00
renovate.json Ignore updates to CSI containers in renovate 2023-07-20 15:47:12 +02:00
SECURITY.md
shell.nix nix: add python toolchain deps (#1934) 2023-06-15 17:37:59 +02:00
version.txt chore: bump version.txt 2023-07-17 10:29:43 +02:00
WORKSPACE.bazel deps: update to Go v1.20.6 (#2093) 2023-07-12 09:51:40 +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.