1
0
mirror of https://github.com/kairos-io/provider-kairos.git synced 2025-05-11 09:56:03 +00:00
🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
renovate[bot] 1bab60a7b9
Update earthly/earthly Docker tag to v0.7.9 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 21:12:10 +02:00
.github 🎨 Rework supported k3s versions () 2023-06-15 10:43:10 +02:00
cli/kairosctl fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
internal fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
tests fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
.golangci.yml ⬆️ Bump deps to use kairos-sdk () 2023-03-31 14:31:54 +02:00
.goreleaser.yaml fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
.yamllint Use re-usable linting workflow () 2023-05-19 18:28:41 +03:00
CORE_VERSION ⬆️ Kairos core image bump () 2023-06-23 09:31:37 +02:00
Earthfile fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
earthly.sh Update earthly/earthly Docker tag to v0.7.9 () 2023-07-03 21:12:10 +02:00
go.mod fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
go.sum Fix tests until kairos-agent behaves like an agent and logs out () 2023-06-23 09:37:56 +02:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go fix: bump go.mod path to v2 () 2023-07-03 21:07:41 +02:00
README.md 📖 Update README 2023-02-07 11:57:05 +01:00
releases-arm.json K3s versions bump () 2023-07-03 21:09:39 +02:00
releases.json K3s versions bump () 2023-07-03 21:09:39 +02:00
renovate.json Add renovate config for earthfile and script () 2023-06-08 11:26:12 +02:00
repository.yaml Repositories bump () 2023-05-17 11:35:52 +03: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.