An open API service indexing awesome lists of open source software.

https://github.com/cha87de/clouds-exercises

Clouds Exercises: OpenStack, Terraform, Docker, etc.
https://github.com/cha87de/clouds-exercises

Last synced: about 1 year ago
JSON representation

Clouds Exercises: OpenStack, Terraform, Docker, etc.

Awesome Lists containing this project

README

          

# Cloud Computing Exercise

In this practical hands-on you will learn how to work with Cloud computing from Infrastructure as a Service towards Platform as a Service.

## Table of Content

| | Title | Summary |
|---|---|---|
| 0 | [Introduction](ex-0/README.md) | Introduction & Motivation of this course |
| 1 | [OpenStack basics](ex-1/README.md) | Learn how to start VMs in OpenStack, install MediaWiki application |
| 2 | [Monitoring and Vertical Scaling](ex-2/README.md) | Add InfluxData monitoring stack, stress the MediaWiki application, vertically scale the MediaWiki vm |
| 3 | [Horizontal scaling and load balancing](ex-3/README.md) | Extend OpenStack knowledge (networking), horizontal scaling with Nginx as load balancer |
| 4 | [Automating Cloud Deployments](ex-4/README.md) | Learn how to deploy multi-tier applications with Terraform and cloud-init |
| 5 | [Containers](ex-5/README.md) | Learn about Containers (LXC, Docker) and how to deploy applications with Docker |
| 6 | [Container Orchestration 1](ex-6/README.md) | Learn about container orchestration with Docker Swarm and Rancher |
| 7 | [Kubernetes; Reliability & Availability](ex-7/README.md) | Containers with Kubernetes, Reliability & Availability of database systems |
| 8 | [Platform as a Service with Heroku and OpenShift](ex-8/README.md) | Platform as a Service with Heroku and OpenShift |