Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

A practical approach to Active Directory Domain Services, Part 6: FSMO roles in AD

Do new users created on one domain controller (DC) of an Active Directory (AD) environment, ever get erroneously deleted only after a few minutes by DCs of other sites within an AD forest? Do changes made in a particular AD site ever get rewritten by DCs in other sites? Can AD objects be erroneously identified? Can more than one AD user account, for example, with all its associated attributes, be a replica of another user account?

Sponsored Post

How to Test Microservices in Kubernetes

In this article, you will learn about some of the tools to test microservices running in a Kubernetes cluster. In particular, we will compare the Speedscale CLI tool with other tools and the main benefits of using Speedscale CLI. In the last few years, software companies have been shifting from building monolith applications to utilizing smaller microservices. In a microservices architecture, you operate with decentralized applications. This means that there's a separation in which each service is responsible for a specific component of your application.

Featured Post

The Evolution of Software Trends in 2022

Software delivery has never been more critical to the success of business in every industry. It's also never been more complex. With the growing challenges of complexity, how can engineering teams succeed? After analyzing millions of workflows from more than 50,000 organizations across the world, here are a few truths of software delivery today.

Top Things To Consider When Connecting IoT Devices To The Cloud

Use cases for the Internet of Things (IoT) range from trucks, to shipping containers, to people, to cows. An organisation’s assets can be mobile, autonomous, even sentient - and the applications for tracking these assets are as limitless as the assets themselves. Analysts have identified asset tracking as the fastest growing industrial IoT market and it is expected that most connected devices will be location aware within the next decade.

Kubernetes Health Checks: Everything You Need to Know

When you’re using an application or tool, it’s very important to make sure things are working as they should. For this reason, health checks are critical. A health check is when an application or tool checks its own components and dependencies, then either publishes or exposes a notification method if there is a problem.

How FinOps Can Work With Engineering To Achieve Cost Intelligence Maturity

The FinOps position, for most SaaS companies, is a relatively recent addition to the team. FinOps acts as a liaison between the Finance and Engineering teams, with the goal of getting everyone on the same page (and speaking the same language) when it comes to setting, optimizing, and sticking to budgets. FinOps and engineering have a special relationship, because engineers are the ones who ultimately make major infrastructure, development, and design choices that impact the cloud bill.

Using Brotli Compression in NGINX

Brotli is gaining steam as the compression algorithm du jour for high performance websites. Created back in 2013 by Google to decrease the size of WOFF files, Brotli was standardized in 2016 as part of RFC 7932. The sales pitch for Brotli is better compression than Gzip - with similar CPU usage. Better compression leads to faster performance, but how much better is it?

Docker image versus container: What are the differences?

If you are new to Docker, you may find it challenging to understand all the terms. It can seem like everyone has a different idea of what Docker terms mean, and sometimes, terms get used interchangeably. For instance, you — like others who are learning about Docker — may wonder how a Docker image differs from a Docker container. Their contrasts are subtle but significant.