The latest News and Information on DevOps, CI/CD, Automation and related technologies.
In the first post of this series, we looked at the state of your organization, how to tell if Microservices are right for you, and wrapped up with a few challenges this architecture brings to the table. In this article, we will look at organizational changes that will help you adopt a Microservice architecture. Additionally, we will touch on topics like how to bring change to your organization, how to embrace the primacy effect, and why you should embrace cross-functional teams.
Container registry is a repository for storing docker images or container images, A container image, comprised of multiple layers, an image is essentially built from the instructions and executable version of an application.
“Today, maintaining a high performance and continuous availability of cloud production environments are some of the most significant pain points for technology organizations. Production availability is commonly measured and managed by evaluating some of the following dimension: Does the product or service work fast enough? Does its performance meet the expected metrics? Is it able to deliver the optimal customer experience?
ClickHouse is an open source database management system, and was originally developed as a backend for Yandex’s Metrica analytics platform. ClickHouse is column oriented, meaning that it can quickly scan through ranges of values in a single column without touching irrelevant values in other columns. This makes ClickHouse well suited for online analytical processing (OLAP).