Talos: Secure, immutable, and minimal Linux OS for running Kubernetes

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • talos

    Talos Linux is a modern Linux distribution built for Kubernetes.

    I considered deploying Talos a few weeks ago, and I ran into this:

    https://github.com/siderolabs/talos/issues/8367

    Unless I’ve missed something, this isn’t a big deal in an AWS-style cloud where extra storage volumes (EBS, etc) have essentially no incremental cost, and maybe it’s okay on bare metal if the bare metal is explicitly designed with a completely separate boot disk (this includes Raspberry Pi using SD for boot and some other device for actual storage), but it seemed like a mostly showstopping issue for an average server that was specced with the intent to boot off a partition.

    I suppose one could fudge it with NVMe namespaces if the hardware cooperates. (I’ve never personally tried setting up a nontrivial namespace setup.)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • homeserver

    The FULL configuration of my small RPi based server at home. (by LukasKnuth)

    I've leaned into it: all application state is on ephemeral storage and its constantly replicated "off-site" to a NAS running minio.

    To accomplish this, I have restricted myself to SQLite as storage and use Litestream for replication. On start, Litestream reconstructs the last known state before the application starts. [Source](https://github.com/LukasKnuth/homeserver/blob/912cbc0111e44d...)

    It works very well for my workloads (user interaction driven web apps) but there are theoretical situations in which data loss can occurr.

  • extensions

    Talos Linux System Extensions (by siderolabs)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts