Browse Source

add list

master
zeus 3 years ago
parent
commit
daa6117645
  1. 16
      CloudComputing_Lab/modules/ROOT/pages/tech-list.adoc

16
CloudComputing_Lab/modules/ROOT/pages/tech-list.adoc

@ -14,7 +14,7 @@ This goals of this guide(https://open-cloud-guide.dev/[Text^] by IBM / Apache Li
==== ====
**** ****
TIP: Why Open Source! TIP: Why Open Source! (must-see - Highly Recommended)
video::a8fHgx9mE5U[youtube, start=0] video::a8fHgx9mE5U[youtube, start=0]
**** ****
@ -71,7 +71,7 @@ Features:
==== ====
=== Linux containers (Highly Recommended) === Linux containers (must-read - Highly Recommended)
* https://www.redhat.com/en/topics/containers/whats-a-linux-container?utm_campaign=containers&intcmp=70160000000h1s6AAA#history-of-containers[A brief history of containers^] * https://www.redhat.com/en/topics/containers/whats-a-linux-container?utm_campaign=containers&intcmp=70160000000h1s6AAA#history-of-containers[A brief history of containers^]
@ -104,6 +104,10 @@ video::Tm0Q5zr3FL4[youtube, start=0]
* https://dev.to/stevenmcgown/kubernetes-for-dummies-5hmh[kubernetes^] * https://dev.to/stevenmcgown/kubernetes-for-dummies-5hmh[kubernetes^]
** https://opensource.com/sites/default/files/gated-content/getting_started_with_kubernetes.pdf[Getting started with Kubernetes^]
** https://opensource.com/sites/default/files/gated-content/a_guide_to_kubernetes_for_sres_and_sysadmin.pdf[Kubernetes for sysadmins^]
=== Raft consensus in swarm mode === Raft consensus in swarm mode
* https://docs.docker.com/engine/swarm/raft/[raft^] * https://docs.docker.com/engine/swarm/raft/[raft^]
@ -237,13 +241,17 @@ Ansible is an open source automation software promoted by Redhat Corporation. In
Ansible uses the simple programming language YAML to create playbooks for automation. Ansible uses the simple programming language YAML to create playbooks for automation.
Ansible has many modules that integrate with the most common cloud solutions such as AWS, Google Cloud Platform (GCP) and VMware. Ansible has many modules that integrate with the most common cloud solutions such as AWS, Google Cloud Platform (GCP) and VMware.
=== https://www.terraform.io/cli[Teraform^] === https://www.terraform.io/cli[Teraform^]
Terraform is an infrastructure as code software by Hashi Corporation. Terraform is an infrastructure as code software by Hashi Corporation.
It primarily focuses on creating data center infrastructure that is provided by large public clouds. Teraform utilizes JSON language to define infrastructure templates with integrations such as AWS, Azure, GCP, and IBM cloud. It primarily focuses on creating data center infrastructure that is provided by large public clouds. Teraform utilizes JSON language to define infrastructure templates with integrations such as AWS, Azure, GCP, and IBM cloud.
==== ====
You can find a ready-to-use example for Ansible in swarmlab.io-->Labroom-->Linux in examples directory * You can find a ready-to-use example for Ansible in swarmlab.io-->Labroom-->Linux in examples directory
* https://opensource.com/sites/default/files/gated-content/ansible_automation_for_sysadmins_v2.pdf[Ansible Automation for SysAdmins]
==== ====
@ -307,7 +315,7 @@ https://netflix.github.io/[netflix github^]
== Et cetera == Et cetera
* https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar[The Cathedral and the Bazaar^] * https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar[The Cathedral and the Bazaar^]
* http://www.catb.org/~esr/writings/cathedral-bazaar/[The Cathedral and the Bazaar - Translations] (Highly Recommended) * http://www.catb.org/~esr/writings/cathedral-bazaar/[The Cathedral and the Bazaar - Translations] (must-read - Highly Recommended)
* http://www.catb.org/~esr/faqs/hacker-howto.html[How To Become A Hacker^] * http://www.catb.org/~esr/faqs/hacker-howto.html[How To Become A Hacker^]
* https://www.gutenberg.org/[Project Gutenberg^] - >60,000 free eBooks) * https://www.gutenberg.org/[Project Gutenberg^] - >60,000 free eBooks)
* https://www.openbook.gr[openbooks library^] - >11.458 ελληνικά e-books * https://www.openbook.gr[openbooks library^] - >11.458 ελληνικά e-books

Loading…
Cancel
Save