- GitOps Principles Explainer Video
- Document your solution
- Setup a Kubernetes cluster on a single node (CP + Worker) using Kubespray
- Create a Helm Chart that bootstraps a WordPress application with MySQL and PhpMyAdmin ingress
- WordPress Ingress
- MySQL Deployment
- PhpMyAdmin has an Ingress
- Create a Terraform script for the Kubernetes cluster
- Create a CI/CD Azure Pipeline in YAML format in the root project.
- You will be given a VPS running Ubuntu 22, you must be able to deploy with the single command line on this VPS.
- You must plan your code in such a way that if we erase the VPS and start over, we must arrive at the same state that you intended.
- Must have a single execution script/file that we can bootstrap and review your result in a clean Ubuntu server in our environment
- Clone/copy this repository into a new GitHub repository and add your result, then share the result with user:
mason-chase
on GitHub in private mode. - We must be able to navigate to
https://candidate-name.maxtld.dev/dbadmin
and observe PhpMyAdmin UI and it must work - WordPress must be available at
https://candidate-name.maxtld.dev/wordpress