Practical tasks to learn more about DevOps

  • Task 02. Run WordPress in docker.

    “Video Games Magazine” become so popular that it was decided to hire programmer that would create plugins for WordPress that would customize your site. One day appeared girl named Mei. Mei asked you to set up her WordPress in docker on her laptop, so that she can develop locally. After...

  • Task 01. Run docker locally.

    Paul, the CTO in your company is very interested in containers technology. You were asked to play with Docker. So in this task you need to setup custom application in container. Task 0. Warmup To learn about docker do following simple tasks: Run locally nginx container with exposed port. Make...

  • Test article 1

    Post for test purposes.

  • Task 06. Run wordpress with multiple application servers.

    After splitting up database and application load on servers decreased for some time. You were happy that you can separately operate on each server. One night on your server with wordpress - application server, logs felt all the disc space and web site wasn’t working. Paul was not very happy...

  • Task 05. Split Wordpress components into different servers.

    Some time have passed and online magazine having his readers and fans. People like to read and comment articles, everything is good. One day you realised that database eats more and more resources while application remain with same loading. Paul suggested you to split database and wordpress itself into different...