Project developed for the course "Cloud Computing Applications and Services" of a Software Engineering Masters. The goal of this project was to automate the process of installing, configuring, monitoring and evaluating the application Ghost. For this project, we used Ansible to configure and install the application on Google Kubernetes Engine (GKE) and monitored the performance using Google Cloud Platform.
-
create-gke-cluster.yml : Create the GKE Cluster.
-
destroy-gke-cluster.yml : Delete the GKE Cluster.
-
deploy-ghost.yml: Install, configure and execute Ghost's components in the GKE created.
-
undeploy-ghost.yml: Undeploy the Ghost's components created previously.
- The data of the application is only deleted if the flag -e delete data = true is presented.
-
test-all.yml: Allows to execute a series of automatic tests.
- Project Grade: 18