diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-10-01 21:54:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-10-01 21:54:34 -0300 |
commit | c248a31a9200c0e373365f6ab7d8c75972d3808e (patch) | |
tree | 17bcde29747f4bb436831569542d15c8875dd930 /docs | |
parent | 4423ea3c480a6a092f843688bc15ee62304885c9 (diff) | |
download | hydra-master.tar.gz hydra-master.tar.bz2 |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md index 66915c2..8f1853c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,8 +2,10 @@ { align=left } -Hydra is a suite for orchestration and management of machines composed of -**lots of conventions and assumptions**, and the following basic commands: +Hydra is a suite for orchestration and management of machines, with **lots of +conventions and assumptions**. + +It's basically composed by the following commands: * `hydractl`: act in the current host. * `hydra`: act on a set of hosts. @@ -12,7 +14,7 @@ Hydra is a suite for orchestration and management of machines composed of An Hydra is not a "cloud computing" platform, it's something else: a set of systems that operate together, where any node can be used to spawn new nodes. -This is an ongoing experiment in how a person or a collective can manage +This is an ongoing experiment in how a single person or a collective can manage many computers in an unified way. It's not production ready, and it always struggles to pass the test of time. |