Constellation is the first Confidential Kubernetes. Constellation shields entire Kubernetes clusters from the (cloud) infrastructure using confidential computing.
Go to file
Markus Rudy 85b44f7f57
ci: make waiting for nodes more robust (#2981)
* ci: make waiting for nodes more robust

After initializing the cluster, a lot of things happen in parallel and
are potentially getting in each others' way: nodes are joining,
daemonsets are proliferating, the network is being set up. During this
period, it's not unusual that the Kubernetes API server is unavailable
for a short time, e.g. due to etcd loosing quorum or load balancing
changes.

This period of instability has the potential to affect all kubectl
commands negatively, leading to problems especially for tests, where
command failures often lead to test failures. On the other hand, we'd
expect everything to be quite stable after the initial dust settles.

Therefore, this commit changes how we wait after initializing a cluster.
Until we have a reasonable expectation of readiness, we ignore command
failures and wait for things to stabilize. The cluster is considered
stable once all configured nodes and all API servers report ready.
2024-03-13 09:42:18 +01:00
.github ci: make waiting for nodes more robust (#2981) 2024-03-13 09:42:18 +01:00
3rdparty deps: update Go to v1.22.1 2024-03-06 14:50:01 +01:00
bazel openstack: vendor clouds.yaml Go type definitions from gophercloud v2 beta 2024-03-11 15:59:23 +01:00
bootstrapper bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
cli openstack: read credentials from clouds.yaml 2024-03-11 15:59:23 +01:00
csi bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
debugd deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
dev-docs deps: update all terraform providers 2024-02-26 13:38:33 +01:00
disk-mapper bootstrapper: wipe disk and reboot on non-recoverable error (#2971) 2024-03-12 11:43:38 +01:00
docs docs: remove steps for STACKIT credentials in config (#2980) 2024-03-12 07:27:45 +01:00
e2e deps: update all terraform providers 2024-02-26 13:38:33 +01:00
hack deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
image image: update locked rpms 2024-03-11 09:35:10 +01:00
internal image: update measurements and image version (#2983) 2024-03-13 09:08:44 +01:00
joinservice deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
keyservice deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
measurement-reader deps: convert zap to slog (#2825) 2024-02-08 14:20:01 +00:00
nix nix: fix bazel under NixOS 2024-02-20 12:50:13 +01:00
operators/constellation-node-operator chore: fix unused parameter lint in new golangcilint version 2024-02-21 17:54:07 +01:00
rfc release: use cosign sign-blob in non-interative mode (#2953) 2024-02-29 09:40:13 +01:00
s3proxy deps: update Constellation containers (#2936) 2024-02-22 09:12:18 +01:00
terraform terraform: ignore changes of OpenStack instance image 2024-03-11 16:43:36 +01:00
terraform-provider-constellation terraform-provider: Add support for STACKIT / OpenStack 2024-03-11 15:59:23 +01:00
tools bazel: remove bazeldnf and pinned rpms 2023-12-01 09:35:33 +01:00
upgrade-agent deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
verify deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
.bazelignore bazel: add directories to ignore (#2805) 2024-01-09 21:46:53 +01:00
.bazelrc deps: update to bazel 7 2024-02-20 12:50:13 +01:00
.bazelversion deps: update to bazel 7 2024-02-20 12:50:13 +01:00
.dockerignore ci: run versionsapi as docker action 2023-01-13 10:23:43 +01:00
.envrc nix: allow dev setup via direnv 2024-01-08 10:44:38 +01:00
.gitignore nix: allow dev setup via direnv 2024-01-08 10:44:38 +01: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
.lychee.toml ci: don't check Wireguard weblinks (#2823) 2024-01-15 15:45:45 +01:00
.shellcheckrc Fix shellcheck warnings 2022-11-11 13:40:13 +01:00
.vale.ini ci: update vale 2024-01-24 09:07:19 +01:00
BUILD.bazel bazel: remove bazeldnf and pinned rpms 2023-12-01 09:35:33 +01:00
CODE_OF_CONDUCT.md
CODEOWNERS bazel: remove deprecated Bazel container 2024-02-20 12:50:13 +01:00
CONTRIBUTING.md dev-docs: refactor and add information for newbies (#1912) 2023-06-19 17:39:43 +02:00
flake.lock deps: update to bazel 7 2024-02-20 12:50:13 +01:00
flake.nix image: update mkosi and use package directory feature 2024-02-20 12:50:13 +01:00
go.mod openstack: read credentials from clouds.yaml 2024-03-11 15:59:23 +01:00
go.sum deps: update protobuf to v1.33.0 2024-03-06 14:50:01 +01:00
go.work deps: update Go to v1.22.1 2024-03-06 14:50:01 +01:00
LICENSE
netlify.toml
README.md docs: point to new URL for rocket chat blog post 2024-02-23 08:57:57 +01:00
renovate.json5 constellation-lib: add Helm wrapper (#2680) 2023-12-06 10:01:39 +01:00
SECURITY.md promote new github security reporting feature 2022-11-10 16:31:13 +01:00
version.txt ci: v2.16 post-release cleanup 2024-02-29 18:36:07 +01:00
WORKSPACE.bazel deps: update Go to v1.22.1 2024-03-06 14:50:01 +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

🔍 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 or use the Terraform provider
  2. ⌨️ Create a Constellation cluster in the cloud or locally
  3. 🏎️ Run your app

Constellation Shell

Learn more: "Getting started with Constellation" videos series.

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