mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 06:31:11 +02:00
We have decided that proxyd is not the best architectue for HA Kubernetes. Our recommendation to users will be to create a load balancer instead. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
933 B
933 B
title, date, draft, weight, menu
title | date | draft | weight | menu | ||||||
---|---|---|---|---|---|---|---|---|---|---|
init | 2018-10-29T19:40:55-07:00 | false | 20 |
|
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: