Who would you assume ‘performs better’? Someone who’s available to address your issues immediately, or someone who occasionally goes offline and is often unavailable to address your immediate needs?
Moore’s law has ensured we experience exponential rise in computing power. There’s no pressure to optimize our software to use fewer CPU cycles, less memory, and eventually, less electricity. However,...
Kubernetes v1.9.0 release includes webhook admission controller.
Testing microservices versus testing monoliths There are numerous advantages of using microservices over the monolithic application structure.
The Problem In our efforts to simplify and speed-up the MiniMesos Testing Framework, we decided to move away from a Docker-in-Docker implementation to one where each node ran in their own containers. ...