🌱 k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
Go to file
Ettore Di Giacinto 3a9e782901
chore(deps): bump edgevpn to v0.29.0 (#674)
This pull request updates several dependencies in the `go.mod` file to
their latest versions. These updates are important for ensuring the
project uses the most recent features and security patches available in
these libraries.

Dependency updates:

* Updated `github.com/mudler/edgevpn` from `v0.28.4` to `v0.29.0`
* Updated `github.com/ipfs/boxo` from `v0.21.0` to `v0.24.3`
* Updated `github.com/libp2p/go-libp2p` from `v0.36.2` to `v0.38.1` and
several related libp2p packages
* Updated `github.com/pion` packages, including `datachannel`, `ice`,
`interceptor`, `rtcp`, `rtp`, `sctp`, `webrtc`, and `transport`
* Updated `go.uber.org` packages, including `fx` and `mock`

Signed-off-by: mudler <mudler@localai.io>
2025-01-10 08:59:58 +01:00
.github chore(deps): update google/osv-scanner-action action to v1.9.2 (#670) 2024-12-19 05:11:06 +00:00
cli/kairosctl Fix deps to avoid bringing unwanted libs on kairosctl binary (#502) 2023-12-13 11:45:48 +02:00
internal feat(embedded registry): allow to enable embedded registry (#675) 2025-01-09 15:43:02 +01:00
.golangci.yml Bump to go1.22 (#594) 2024-07-11 14:06:55 +02:00
.goreleaser.yaml Fix deps to avoid bringing unwanted libs on kairosctl binary (#502) 2023-12-13 11:45:48 +02:00
.yamllint Use re-usable linting workflow (#376) 2023-05-19 18:28:41 +03:00
Earthfile Use kairos logger (#637) 2024-09-18 10:57:35 +02:00
earthly.sh chore(deps): update earthly/earthly docker tag to v0.8.15 (#597) 2024-07-13 02:15:33 +00:00
go.mod fix(deps): update module github.com/mudler/edgevpn to v0.29.0 (#676) 2025-01-10 03:05:00 +00:00
go.sum chore(deps): bump edgevpn to v0.29.0 (#674) 2025-01-10 08:59:58 +01:00
LICENSE Initial commit 2022-08-10 10:13:33 +02:00
main.go fix: bump go.mod path to v2 (#431) 2023-07-03 21:07:41 +02:00
maintainers.md Create maintainers.md 2024-06-12 13:35:57 +02:00
osv-scanner.toml Bump deps for CVE-2024-41110 (#612) 2024-08-01 11:54:08 +02:00
README.md Cleanup (#487) 2023-10-27 12:32:00 +03:00
renovate.json Lint renovate.json 2023-10-04 16:53:54 +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 hosts the code for provider binary used in Kairos "standard" images which offer full-mesh support. full-mesh support currently is available only with k3s, and the provider follows strictly k3s releases.

Note

The provider-kairos release pipelines have been merged with the kairos ones from version 2.4.0 onward. All image artifacts are released from the kairos repository, both core images and standard images (those with the provider).

To use Kairos with mesh support, download the bootable medium form the kairos 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.