mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-26 17:11:19 +02:00
Dianemo
An Immutable, secure, and minimal Kubernetes distribution.
Dianemo is a Kubernetes distribution. Some of the key features are:
- Immutable: Utilizes a design that adheres to immutable infrastructure ideology.
- Secure: Zero host-level access reduces the attack surface of a Kubernetes cluster.
- Minimal: Only the binaries required by Kubernetes are installed.
Developing Dianemo
The build of Dianemo depends on conform:
go get -u github.com/autonomy/conform
Note: Conform leverages multi-stage builds. Docker 17.05.0 or greater is required.
To build, simply run:
conform enforce
License
Languages
Go
95.6%
Jinja
2%
Shell
1.1%
Dockerfile
0.7%
Makefile
0.4%
Other
0.1%