Browse Source

add cloud info

master
zeus 2 years ago
parent
commit
df8a8f2ea9
  1. 51
      CloudComputing_Lab/modules/ROOT/pages/tech-list.adoc

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

@ -90,30 +90,6 @@ video::Tm0Q5zr3FL4[youtube, start=0]
* http://thesecretlivesofdata.com/raft/[raft demo^]
== Code as a Service (CaaS)
****
TIP: Automation with Code as a Service. CaaS’s primary service or function is automation. It uses software to automate repetitive practices to hasten and simplify implementations and processes.
video::VRoQLVHdNHE[youtube, start=0]
****
=== https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html[Ansible^]
Ansible is an open source automation software promoted by Redhat Corporation. In addition, to cloud provisioning, it assists in application development, intra-service orchestration, and configuration.
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.
=== https://www.terraform.io/cli[Teraform^]
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.
====
You can find a ready-to-use example for Ansible in swarmlab.io-->Labroom-->Linux in examples directory
====
== Next Step Storage
@ -180,7 +156,7 @@ Like etcd, Redis is an open source tool, but their basic functionalities are dif
* https://github.com/minio/minio[Minio^]
== Deploy
== Next step Deploy
* https://www.compose-spec.io/[docker-compose^]
@ -223,6 +199,31 @@ video::ENrzD9HAZK4[youtube, start=0]
* https://threejs.org/[threejs^]
== Code as a Service (CaaS)
****
TIP: Automation with Code as a Service. CaaS’s primary service or function is automation. It uses software to automate repetitive practices to hasten and simplify implementations and processes.
video::VRoQLVHdNHE[youtube, start=0]
****
=== https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html[Ansible^]
Ansible is an open source automation software promoted by Redhat Corporation. In addition, to cloud provisioning, it assists in application development, intra-service orchestration, and configuration.
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.
=== https://www.terraform.io/cli[Teraform^]
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.
====
You can find a ready-to-use example for Ansible in swarmlab.io-->Labroom-->Linux in examples directory
====
=== Rest API
****
TIP: Rest api

Loading…
Cancel
Save