Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codiepp/kubian
Connecting all sorts of computers into a Kubernetes cluster based on Debian
https://github.com/codiepp/kubian
Last synced: 12 days ago
JSON representation
Connecting all sorts of computers into a Kubernetes cluster based on Debian
- Host: GitHub
- URL: https://github.com/codiepp/kubian
- Owner: CodiePP
- License: gpl-3.0
- Created: 2023-12-19T13:03:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:00:17.000Z (about 2 months ago)
- Last Synced: 2025-01-20T21:16:48.253Z (12 days ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubian
Connecting all sorts of computers into a [Kubernetes](https://kubernetes.io) (version 1.32 ~1.28~) cluster based on [Debian 12](https://www.debian.org)## Documentation:
### visit the >> >> [wiki](https://github.com/CodiePP/kubian/wiki) << <<
## Feature list
* simple setup procedure using `kubeadm`
- CNI: [flanell](https://github.com/flannel-io/flannel)
- cgroups
* one master node
* compute nodes run in virtual machines with a bridged network interface
- Windows: [VirtualBox](https://www.virtualbox.org/)
- macOS: [UTM](https://mac.getutm.app/)
- Linux: [libvirtd](https://libvirt.org/)
- FreeBSD: [bhyve](https://docs.freebsd.org/en/books/handbook/virtualization/#virtualization-bhyve-zfs) [vm-bhyve](https://github.com/churchers/vm-bhyve/wiki/Quickstart)
* node metrics captured with [Prometheus](https://prometheus.io) and visualised using [Grafana](https://grafana.com)
- project: [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus)
* management console [OpenLens](https://github.com/MuhammedKalkan/OpenLens)
* private Docker image registry to feed your pods
- image: [registry:2](https://hub.docker.com/_/registry)
* CI/CD pipelines can be realised with [Tekton](https://github.com/tektoncd/pipeline/blob/main/docs/developers/README.md)## Wish list
* upgrade Kubernetes to new version
* more master nodes for redundancy
* joining of mobile phones running "termux" or "userland" (?)
* joining of 32bit armv7 SBC boards (?)