🏗️ Kubernetes Native Extension to build Linux distributions artifacts from container images
Go to file
2025-02-04 13:48:51 +00:00
.github allow trigger manual osartifact chart publish 2025-01-23 14:04:38 +01:00
api/v1alpha2 update osbuilder/osartifact 2025-01-30 21:07:00 +01:00
charts Updated chart to release v0.5.0 2025-02-04 13:48:51 +00:00
config delete default kairos user 2025-02-04 14:23:22 +01:00
controllers delete default kairos user 2025-02-04 14:23:22 +01:00
hack Initial import 2022-09-03 14:48:48 +02:00
script Remove tools image references and opt for auroraboot (#192) 2024-11-15 16:16:13 +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 Remove tools image references and opt for auroraboot (#192) 2024-11-15 16:16:13 +02:00
go.mod improve error handling 2025-01-27 14:52:55 +01:00
go.sum improve error handling 2025-01-27 14:52:55 +01:00
main.go update controller 2025-01-20 11:38:59 +01:00
Makefile update osbuilder chart to use custom docker registry 2025-01-23 13:04:03 +01:00
PROJECT 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
README.md Remove tools image references and opt for auroraboot (#192) 2024-11-15 16:16:13 +02:00
renovate.json5 Remove tools image references and opt for auroraboot (#192) 2024-11-15 16:16:13 +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/