mirror of
https://github.com/lingble/talos.git
synced 2025-11-24 18:05:03 +00:00
This will allow us to iterate faster on documentation for multiple versions of Talos. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
22 lines
823 B
Markdown
22 lines
823 B
Markdown
---
|
|
title: 'init'
|
|
---
|
|
|
|
A common theme throughout the design of Talos is minimalism.
|
|
We believe strongly in the UNIX philosophy that each program should do one job well.
|
|
The `init` included in Talos is one example of this.
|
|
|
|
We wanted to create a focused `init` that had one job - run Kubernetes.
|
|
To that extent, `init` is relatively static in that it does not allow for arbitrary user defined services.
|
|
Only the services necessary to run Kubernetes and manage the node are available.
|
|
This includes:
|
|
|
|
- [containerd](/docs/components/containerd)
|
|
- [kubeadm](/docs/components/kubeadm)
|
|
- [kubelet](https://kubernetes.io/docs/concepts/overview/components/)
|
|
- [networkd](/docs/components/networkd)
|
|
- [ntpd](/docs/components/ntpd)
|
|
- [osd](/docs/components/osd)
|
|
- [trustd](/docs/components/trustd)
|
|
- [udevd](/docs/components/udevd)
|