Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Otto Bittner 90b88e1cf9 kms: rename kms to keyservice
In the light of extending our eKMS support it will be helpful
to have a tighter use of the word "KMS".
KMS should refer to the actual component that manages keys.
The keyservice, also called KMS in the constellation code,
does not manage keys itself. It talks to a KMS backend,
which in turn does the actual key management.
2023-01-16 11:56:34 +01:00
.github kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
3rdparty/gcp-guest-agent deps: update Go to v1.19.5 (#949) 2023-01-12 13:36:17 +01:00
apko ci: reproducible builds ko (no gcp) (#871) 2023-01-13 16:38:31 +01:00
bootstrapper constants: rename components annotation key 2023-01-09 12:16:54 +01:00
cli kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
csi kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
debugd ci: replace find-image script with versionsapi cli 2023-01-04 11:39:19 +01:00
dev-docs kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
disk-mapper Refactor enforced/expected PCRs (#553) 2022-11-24 10:57:58 +01:00
docs kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
e2e/internal ci: increase verbosity of load balancer e2e test (#868) 2023-01-05 14:12:53 +01:00
hack Update module github.com/siderolabs/talos/pkg/machinery to v1.3.2 (#953) 2023-01-13 11:27:52 +01:00
image image: enable serial console access for MiniConstellation to simplify troubleshooting (#964) 2023-01-13 16:01:45 +01:00
internal kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
joinservice kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
keyservice kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
operators/constellation-node-operator operator: reliability and simplification (#968) 2023-01-13 16:49:41 +01:00
proto kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
rfc kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
upgrade-agent upgrade-agent: non-interactive mode 2023-01-09 12:16:54 +01:00
verify deps: update Go to v1.19.5 (#949) 2023-01-12 13:36:17 +01:00
.dockerignore ci: run versionsapi as docker action 2023-01-13 10:23:43 +01:00
.gitignore gitignore: add image/prebuilt/* 2022-12-23 17:32:53 +01:00
.golangci.yml Revert "warn about function argument count over 5 (#558)" (#620) 2022-11-22 14:20:11 +01:00
.ko.yaml ci: reproducible builds ko (no gcp) (#871) 2023-01-13 16:38:31 +01:00
.lycheeignore ci: ignore ntia.gov and twitter checking links 2023-01-04 15:12:39 +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
CMakeLists.txt Update version to v2.4.0 2023-01-11 11:10:44 +01:00
CODE_OF_CONDUCT.md
CODEOWNERS kms: rename kms to keyservice 2023-01-16 11:56:34 +01:00
CONTRIBUTING.md dev-docs: move into top-level dir (#924) 2023-01-10 14:18:41 +01:00
Dockerfile.build deps: update Go to v1.19.5 (#949) 2023-01-12 13:36:17 +01:00
go.mod Update module github.com/siderolabs/talos/pkg/machinery to v1.3.2 (#953) 2023-01-13 11:27:52 +01:00
go.sum Update module github.com/siderolabs/talos/pkg/machinery to v1.3.2 (#953) 2023-01-13 11:27:52 +01:00
go.work Upgrade Go version to 1.19 2022-10-28 16:06:53 +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 GitLab to demos section (#771) 2022-12-12 09:33:05 +01:00
renovate.json renovate: don't group k8s contstrained versions 2023-01-06 10:56:21 +01:00
SECURITY.md promote new github security reporting feature 2022-11-10 16:31:13 +01: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

  • 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.