FOUR common pitfalls to avoid when defining your DevOps solution

1. Keep a “prime” instance in a symmetric/elastic cluster. This common happens for singular periodic tasks, special file/api servers, cluster managers. This pattern goes against elasticity and holds back the development in many cases, in addition to being hard to track in production. There are several solutions here, depending on the specific starting from breaking […]