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.
- Host: GitHub
- URL: https://github.com/cha87de/clouds-exercises
- Owner: cha87de
- Created: 2019-03-02T17:43:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T14:29:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T16:44:43.582Z (over 1 year ago)
- Language: TSQL
- Size: 39.8 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 |