- Go through the kind installation process from their documentation
- Dockerize the
Hello World
website that's located thesrc
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.
- 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.