Formlabs / devops-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formlabs DevOps home assignment

This repository contains a home assignment code for DevOps applicants for Formlabs.

See all open jobs at https://careers.formlabs.com/

Task

  1. Fork this repo.
  2. Create a deployable docker image for the application.
    • Feel free to switch up technologies. For example you can use buildah instead of Docker.
  3. Create a Kubernetes deployment and service for the application.
    • Just aim for the simplest setup, no ingress deployment is needed. Feel free to use Helm.
    • You can use Minikube or k3s or any other Kubernetes distribution you are familiar with.
  4. 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.
  5. Send us the fork where you did your work.

Notes

  • 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.

About

License:Apache License 2.0


Languages

Language:Python 54.3%Language:Shell 45.7%