🏗️ Kubernetes Native Extension to build Linux distributions artifacts from container images
Go to file
Mauro Morales adba7de85a
Add yaml lint config file
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-07-18 14:28:59 +02:00
.github/workflows Add lint workflow 2023-07-18 13:28:08 +02:00
api/v1alpha2 fixed exporters tag 2023-05-22 14:37:11 -07:00
config Remove old parameters (no longer supported) 2023-06-21 13:13:26 +03:00
controllers fixed exporters tag 2023-05-22 14:37:11 -07:00
hack Initial import 2022-09-03 14:48:48 +02:00
script 🎨 Rebrand to Kairos 2022-09-19 10:06:14 +00:00
tests Declare variables in container nodes but initialize them in setup nodes 2023-06-21 14:14:35 +03:00
tools-image Revert "Drop uneeded sfdisk call" 2023-07-17 10:19:41 +02:00
.dockerignore Initial import 2022-09-03 14:48:48 +02:00
.gitignore Initial import 2022-09-03 14:48:48 +02:00
.yamllint Add yaml lint config file 2023-07-18 14:28:59 +02:00
Dockerfile Update golang Docker tag to v1.20 2023-04-13 12:56:05 +00:00
Earthfile 🤖 Automatically bump package repositories 2023-04-13 15:04:10 +02:00
go.mod Update module github.com/onsi/gomega to v1.27.7 2023-05-18 18:57:05 +00:00
go.sum Merge pull request #44 from kairos-io/issue-513 2023-05-30 09:27:57 -07:00
main.go removed unused args 2023-05-22 14:40:10 -07:00
Makefile Refactor kustomization, implement cleanup with finalizers and write tests 2022-12-14 16:49:55 +02: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.json schedule renovate after hours 2023-07-04 15:55:04 +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/