Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kairos-io/provider-kairos
:seedling: k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
https://github.com/kairos-io/provider-kairos
Last synced: 1 day ago
JSON representation
:seedling: k3s and optional libp2p support for Kairos. Build decentralized cluster with libp2p that stretch across 1000km!
- Host: GitHub
- URL: https://github.com/kairos-io/provider-kairos
- Owner: kairos-io
- License: apache-2.0
- Created: 2022-08-10T08:13:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T00:13:38.000Z (9 days ago)
- Last Synced: 2024-11-01T09:34:22.001Z (9 days ago)
- Language: Go
- Homepage:
- Size: 1.52 MB
- Stars: 43
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kairos standard provider
Kairos standard provider
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](https://kairos.io/docs/getting-started)
:bulb: [Examples](https://kairos.io/docs/examples)
:movie_camera: [Video](https://kairos.io/docs/media/)
:open_hands:[Engage with the Community](https://kairos.io/community/)
🙌[ CONTRIBUTING.md ]( https://github.com/kairos-io/kairos/blob/master/CONTRIBUTING.md )
:raising_hand: [ GOVERNANCE ]( https://github.com/kairos-io/kairos/blob/master/GOVERNANCE.md )
:construction_worker:[Code of conduct](https://github.com/kairos-io/kairos/blob/master/CODE_OF_CONDUCT.md)
## 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](https://github.com/kairos-io/kairos/releases).
Follow up the examples in our documentation on how to get started:
- https://kairos.io/docs/examples/single-node/
- https://kairos.io/docs/examples/multi-node/
- https://kairos.io/docs/examples/multi-node-p2p-ha-kubevip/## Upgrades
Upgrading can be done either via Kubernetes or manually with `kairos-agent upgrade --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](https://kairos.io/docs/reference/image_matrix/).