Skip to content

lugosidomotor/devops-task

 
 

Repository files navigation

CI

Concept

⚠️ The config files should be in separate repos

Concept

Ingress

Ingress

ArgoCD

ArgoCD

Docker repo

https://hub.docker.com/repository/docker/ldomotor/helloworld

Github Workflows

https://github.com/lugosidomotor/devops-task/actions


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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.5%
  • Shell 28.9%
  • Python 16.6%