mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-21 14:41:12 +02:00
This is widely considered best practice, we should enforce it. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
16 lines
687 B
Markdown
16 lines
687 B
Markdown
---
|
|
title: "Edge"
|
|
draft: false
|
|
menu:
|
|
docs:
|
|
parent: 'use-cases'
|
|
---
|
|
|
|
## Edge Computing
|
|
|
|
Edge computing, where the data and compute power is distributed to different physical locations where it is needed, comes with many unique management challenges.
|
|
Applying system updates to traditional operating systems can be slow and use a lot of bandwidth, and losing remote access to an edge node because of a failed update can be catastrophic.
|
|
|
|
Talos makes computing at the edge safer and faster.
|
|
The minimal operating system requires less bandwidth to deploy and update, and the immutable Talos OS image ("no moving parts") makes updates easier to test, and more reliable upon deployment.
|