Assignments

Assignment 1 - Docker

12th Mar 2026

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


Task 2 - Kubernetes

31st Mar 2026

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


Exam

3rd Apr 2025

The exam will consist of:

  • creating a web application deployment to the public cloud.
  • uploading related files to GIT before the exam date.
  • presenting your project.
  • answering one or two questions about what you have submitted and what was discussed in the lecture.

Web Application Deployment

...

View all of Exam


Assignments