From ac3e33d790ea40411842762c9f7e76f22d6fa553 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Jul 2023 19:03:01 +0200 Subject: [PATCH] cloud computing: add description/wikipedia link, link to Cloud Native Software Landcscape - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/455 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4c9848..55283e6 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ _Related: [IT Asset Management](#it-asset-management)_ **[`^ back to top ^`](#awesome-sysadmin)** +[Cloud computing](https://en.wikipedia.org/wiki/Cloud_computing) is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user. + +_See also: [Cloud Native Software Landcscape](https://landscape.cncf.io/card-mode?license=open-source&grouping=category)_ + - [CloudStack](http://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. ([Source Code](https://github.com/apache/cloudstack)) - [Cobbler](http://cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. ([Source Code](https://github.com/cobbler/cobbler)) - [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems.