Assignments
The exam will consist of:
- creating a web application deployment to the public cloud.
- uploading related files to GIT before the exam date.
- answering two or three questions about what you uploaded and what was discussed in the lecture.
Web Application Deployment
During the exam, you will pre...
Create and present a web application deployment to Kubernetes. The web application should work. You can use and edit the first asignment.
The solution should include:
- at least one function object of type
Namespace. All other created objects must belong to this namespace. - at least one functio...
View all of Task 2 - Kubernetes
Task
Deploy a complete web application using Docker application containers, consisting of at least three services and at least one persistent volume.
Examples of services:
- web server for static files with frontend
- backend server - Node JS, Flask, django
- relational or NosqL Database
- Redis...
View all of Assignment 1 - Docker