aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..804084d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+## DevOps Engineer - Tech Test
+
+### Instructions
+
+We believe in `infrastructure as code` and automation of deployments. We would like you to demonstrate your understanding and use of modern automated infrastructure and sysadmin. To demonstate this, your goal is to provision a simple web application of your choice that has a backend and database store (write a simple app or use an off-the-shelf set of Docker images). Create an orchestrated cluster of nodes using any provisioning tool of your choice and deploy the application using an orchestration layer (e.g. Docker Swarm, Kubernetes, etc) to scale the application.
+
+### Solution notes
+
+* In the solution please provide clear instructions that allow us to replicate the solution from scratch.
+* As an infrastructure provider, use GCP, AWS or any other provider you're familier with.
+* Commit often to show work in progress rather than one big push. Trial-and-error is allowed and encouraged.
+* The web application does not have to delivery any particular functionality. What we are testing is the ability to compose an application and database layer in a correct fashion, even if they do not talk to each other in any interesting way.
+
+### Submitting
+
+* Put your solution in a public Github repo and send a link. Include a clear README with installation instructions.