🏗️ Kubernetes Native Extension to build Linux distributions artifacts from container images
Go to file
Itxaka 745b2a18f1 Also update the controller
Signed-off-by: Itxaka <itxaka@kairos.io>
2024-10-01 11:44:15 +02:00
.github/workflows Update kairos-io/linting-composite-action action to v0.0.9 2024-07-11 22:26:29 +00:00
api/v1alpha2 Also update the controller 2024-10-01 11:44:15 +02:00
config 1546 byoi (#88) 2023-08-31 15:30:55 +03:00
controllers Also update the controller 2024-10-01 11:44:15 +02:00
hack Initial import 2022-09-03 14:48:48 +02:00
script ignore checks and fix some 2023-07-18 16:02:06 +02:00
tests Rename modepair.enable to install-mode 2024-01-30 14:39:07 +01:00
tools-image Move to use kairos-release 2024-10-01 11:32:42 +02:00
.dockerignore Initial import 2022-09-03 14:48:48 +02:00
.gitignore Initial import 2022-09-03 14:48:48 +02:00
.shellcheckrc ignore checks and fix some 2023-07-18 16:02:06 +02:00
.yamllint Add yaml lint config file 2023-07-18 14:28:59 +02:00
Dockerfile Bump to go1.22 2024-07-11 11:27:58 +02:00
Earthfile Update repo job 2023-07-27 18:48:52 +02:00
go.mod Update module github.com/onsi/ginkgo/v2 to v2.20.2 2024-08-29 00:43:46 +00:00
go.sum Update module github.com/onsi/ginkgo/v2 to v2.20.2 2024-08-29 00:43:46 +00:00
main.go removed unused args 2023-05-22 14:40:10 -07:00
Makefile 1546 byoi (#88) 2023-08-31 15:30:55 +03:00
PROJECT 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
README.md 📖 Update README 2023-02-07 12:11:07 +01:00
renovate.json5 re-enable all managers for renovate 2024-06-24 16:36:56 +02:00


kairos-white-column 5bc2fe34
osbuilder

Kubernetes Native Extension to build Linux distributions artifacts from container images

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

This is experimental!

Installation

To install, use helm:

# Adds the kairos repo to helm
$ helm repo add kairos https://kairos-io.github.io/helm-charts
"kairos" has been added to your repositories
$ helm repo update                                        
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "kairos" chart repository
Update Complete. ⎈Happy Helming!⎈

# Install the CRD chart
$ helm install kairos-crd kairos/kairos-crds
NAME: kairos-crd
LAST DEPLOYED: Tue Sep  6 20:35:34 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None

# Installs osbuilder
$ helm install kairos-osbuilder kairos/osbuilder

Documentation available at: https://kairos.io/docs/advanced/build/