Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 708 Bytes

Devops take home assignment

Installation

  • Go through the kind installation process from their documentation

Task

  • Dockerize the Hello World website that's located the src folder.
  • Deploy the Hello World website in an nginx reverse proxy in a pod in the kind cluster.
  • Access the website from your browser.
  • Document the steps on how to run the project.

Presentation

  • To present this project, push it to a github repository when you are done.
  • Setup github actions that builds and tears down the entire cluster with the pod that has the Hello World website.
  • Finally, invite the interviewers to the repository.