| Name | Surname | Student ID | UniTs email | Personal email | Master course |
|---|---|---|---|---|---|
| Piero | Zappi | SM3600004 | piero.zappi@studenti.units.it |
piero.z.2001@gmail.com |
SDIC |
This GitHub repository contains all the materials and codes of my final project for the exam of the Cloud Computing course of the Scientific and Data-Intensive Computing master degree at Università degli Studi di Trieste & SISSA (2023-2024).
The project is composed of two parts, each with its own dedicated folder: the Cloud Basic part and the Cloud Advanced one.
The exercise consists in the deployment and implementation of a cloud-based file storage system, which I built using Nextcloud and docker-compose.
This assignment is composed of two exercises, each contained in its own subfolder:
- Exercise1: it consists of a replication of the deployment of the service done in the Cloud Basic assignment. In this case, the system is deployed using a single-node
kubernetescluster. - Exercise2: the request is to deploy and run the OSU benchmark inside two containers distributed in a two-nodes
kubernetescluster.
The requests and tasks of the exercises can be found in the Assignments folder.
More details and explanations are available in the various README.md files and above all in the Report_and_Slides folder.