The following technical test consist of 4 deliverables to prove your basic knowledge on deployment artifacts and your current github skills for delivering the deliverables mentioned. Don't be scare, we just want to measure your execution and mindset level of solving the following test.
The 4 deliverables will consist of:
- A
Dockerfile
with wordpress latest version - A
docker-compose.yml
with a wordpress stack (wordpress
,mysql
,nginx
) It should be configured in a way that nginx can access wordpress, and wordpress has connection to the mysql database - An
IP
with thedocker-compose.yml
wordpress stack running. (Use the cloud of your preference) - A
kubernetes
yml pod specification with the wordpress stack with the same behaviour described with thedocker-compose.yml
We only will receive the deliverables in this repo via PR request. You need to create a folder with your name in lowercase and separated by _
and create an issue for each of the deliverables, being the third deliverable a README.md file with the IP of the wordpress stack.
(We know you love this word) The deadline will be 3 day after we send you access to this repo
Feel free to ask any question to [email protected]
Happy coding!