Skip to content

kodsama/cloud-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Native Assignments for Group 4

Assignment 1 - A simple service the hard way

Our flask application uses application credentials stored in a file on the machine to connect to the object storage.

We used terraform to be able to spawn multiple instances of the image terraform setup we created for the flask application.

It seems to be running fine and updating correctly when visiting instances in a random fashion.

Assignment 2 - A simple service the Docker way

Here we have the files to generate a docker image for the flask application.

We deploy the VMs and surrounding infrastructure with terraform.

We configure and start the services with this ansible-playbook.

Run this command to deploy:

ansible-playbook -i inventory.cfg -e "ansible_ssh_private_key_file=~/.ssh/id_rsa_ericsson_xerces_group4" site.yaml

Assignment 3 - A not so simple service

Here we have our project plan.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors