🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
Ettore Di Giacinto 73e645a8b1
🤖 Adapt test pipeline
2022-11-19 17:25:40 +01:00
.github 🤖 Adapt test pipeline 2022-11-19 17:25:40 +01:00
internal Remove the "stable" filtering in available_release response 2022-11-07 10:32:47 +02:00
tests Remove the "stable" filtering in available_release response 2022-11-07 10:32:47 +02:00
.golangci.yml 🤖 Add .golangci file, skip tests/ dir 2022-10-13 09:43:35 +00:00
.goreleaser.yaml 🎨 Rebrand 2022-09-16 15:42:45 +00:00
CORE_VERSION ⬆️ Use v1.2.0 as base 2022-11-19 17:21:14 +01:00
Earthfile 🌱 Keep build, stop release 2022-11-18 14:29:04 +00:00
earthly.sh 🤖 Minor CI fixups to release pipelines 2022-08-19 14:10:58 +00:00
go.mod Fix go modules 2022-11-04 16:35:22 +02:00
go.sum Fix go modules 2022-11-04 16:35:22 +02:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go 🎨 Rebrand 2022-09-16 15:42:45 +00:00
README.md 📝 Update README 2022-10-12 12:04:11 +00:00
releases-arm.json Keep only k3d versions above 1.20.0 2022-11-17 14:02:32 +02:00
releases.json Keep only k3d versions above 1.20.0 2022-11-17 14:02:32 +02:00
renovate.json Add renovate.json 2022-10-29 00:45:38 +00:00
repository.yaml ⬆️ Update repositories 2022-11-06 20:04:19 +00:00


kairos-white-column 5bc2fe34

With Kairos you can build immutable, bootable Kubernetes and OS images for your edge devices as easily as writing a Dockerfile. Optional P2P mesh with distributed ledger automates node bootstrapping and coordination. Updating nodes is as easy as CI/CD: push a new image to your container registry and let secure, risk-free A/B atomic upgrades do the rest.

Kairos full-mesh support

This repository generates Kairos images with full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.

To use Kairos with mesh support, either download the bootable medium in the releases, or either use kairos core with the provider-kairos bundles, during configuration like so:

#node-config
install:
  bundles:
  - ....

Upgrades

Upgrading can be done either via Kubernetes or manually with kairos-agent upgrade --image <image>, or you can list available versions with kairos-agent upgrade list-releases.

Container images available for upgrades are pushed to quay, you can check out the image matrix in our documentation.