Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Discover 7 New Major Features on Qovery

I'm thrilled to unveil a suite of groundbreaking features that we've introduced over the past four months at Qovery. Our commitment to enhancing your development and deployment experience continues to be our driving force. Recently, we shared these updates during our exhilarating public demo day, which you can watch here. Let's dive into the features that are set to redefine your interaction with Qovery.

How do you build resilient systems to manage the IPL with 30+ million concurrent users?

The Indian Premier League is a unique sporting event for a dozen reasons. But for engineers in India, it’s one of a kind. Very few companies can boast of managing 30+ million concurrent users. Every year, this number grows. Last year, we witnessed ~60 million concurrent users. And things get bigger and larger every year.

Server Management with Windows Admin Center

Windows server management is complex, and when your servers are running in different locations — on-premises, in a distributed network, in Azure, virtually, or in a hosted environment — it gets more complicated. You can simplify server management with Microsoft’s Windows Admin Center, which makes it easier to manage servers, wherever they are, from a single interface.

4 Hurdles of Multi-Repo Management (and How to Solve Them)

First, let’s break down the differences between mono and multi-repo setups. Mono-repos are exactly what they sound like – singular repositories that hold everything in one place. Multi-repos, however, can scatter the landscape, resulting in separate repos that are all still part of the larger ecosystem. While this approach offers flexibility, it can also make projects way harder to manage.

Open Source Compliance: Tools, Software + How Configuration Management Streamlines Compliance in OSS Technologies

Security and compliance are important in any organization. And most organizations use open source software (OSS) somewhere in their application stack. Open source compliance keeps OSS technologies secure by making sure they’re used in a way that aligns with security best practices, internal policies, and regulatory expectations.

Easy guide to Monitor Elasticsearch Using Telegraf and MetricFire

Monitoring Elasticsearch is crucial for ensuring optimal performance and reliability of the search and analytics engine, as it helps identify issues related to query performance, resource utilization, and system health before they impact users. It also provides insights into the efficiency of data indexing and retrieval processes, enabling timely adjustments to configurations, scaling decisions, and optimization of search queries to maintain high availability and fast response times.

What is Dynamic DNS? How it works and how to set it up

In a DNS, a zone refers to a specific segment of the domain namespace, such as clouddns.manageengine.com or manageengine.com, where each segment can be a unique zone, including top-level domains, like.com. DNS servers translate domain names into IP addresses, assigning a specific IP to each zone as an authoritative response, representing network participants like services or hosts.

Navigating the Evolving Landscape: A Deep Dive into REST API Versioning Strategies

In the ever-evolving landscape of APIs, ensuring seamless interactions and managing changes becomes crucial. While innovation and adaptability are essential, maintaining backward compatibility is equally important to avoid disruption for existing users. This is where REST API versioning comes into play. Versioning allows you to introduce new features or changes to your API in a controlled manner, while simultaneously keeping older versions running smoothly.