This repository contains a home assignment code for DevOps applicants for Formlabs.
See all open jobs at https://careers.formlabs.com/
- Fork this repo.
- Create a deployable docker image for the application.
- Feel free to switch up technologies. For example you can use
buildah
instead of Docker.
- Feel free to switch up technologies. For example you can use
- Create a Kubernetes deployment and service for the application.
- Create automation to build, test and deploy the application when a change happens in git.
- Feel free to switch up technologies. For example you can use an Ansible playbook or a Jenkins pipeline.
- Send us the fork where you did your work.
- Explain as much as possible in the commit message(s) and/or comments if needed. See more on commit messages here.
- It would be great if you'd also write about why you choose a certain technology if there are alternatives to consider.