🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
Mauro Morales a2441f770a
Release img is not properly tagged
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-04-11 12:09:18 +02:00
.github Release img is not properly tagged 2023-04-11 12:09:18 +02:00
internal ⬆️ Bump rc (#320) 2023-04-07 14:44:01 +02:00
tests ⬆️ Bump deps to use kairos-sdk (#299) 2023-03-31 14:31:54 +02:00
.golangci.yml ⬆️ Bump deps to use kairos-sdk (#299) 2023-03-31 14:31:54 +02:00
.goreleaser.yaml 🤖 Add version to goreleaser (#315) 2023-04-05 13:43:13 +02:00
.yamllint 🤖 Add SBOM artifacts to pipelines (#256) 2023-03-02 13:50:32 +01:00
CORE_VERSION ⬆️ Bump rc (#320) 2023-04-07 14:44:01 +02:00
Earthfile ⬆️ Bump rc (#320) 2023-04-07 14:44:01 +02:00
earthly.sh 🤖 Minor CI fixups to release pipelines 2022-08-19 14:10:58 +00:00
go.mod ⬆️ Bump rc (#320) 2023-04-07 14:44:01 +02:00
go.sum ⬆️ Bump rc (#320) 2023-04-07 14:44:01 +02:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go ⬆️ Bump deps to use kairos-sdk (#299) 2023-03-31 14:31:54 +02:00
README.md 📖 Update README 2023-02-07 11:57:05 +01:00
releases-arm.json K3s versions bump (#302) 2023-04-03 21:26:49 +02:00
releases.json K3s versions bump (#302) 2023-04-03 21:26:49 +02:00
renovate.json Add renovate.json 2022-10-29 00:45:38 +00:00
repository.yaml Repositories bump (#308) 2023-04-03 22:07:59 +02:00


kairos-white-column 5bc2fe34
Kairos standard provider

Kairos standard provider

license docs go report card

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.

Documentation

Contribute

📚 Getting started with Kairos
💡 Examples
🎥 Video
👐Engage with the Community

🙌 CONTRIBUTING.md
🙋 GOVERNANCE
👷Code of conduct

Provider kairos

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.

Follow up the examples in our documentation on how to get started:

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.