Operations | Monitoring | ITSM | DevOps | Cloud

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

Decoding devices with DHCP fingerprinting for smart IP address assignment

In today’s dynamic network environments, where countless devices—ranging from laptops and smartphones to IoT sensors and smart appliances—connect and communicate, efficient IP address management is critical. Ensuring each device receives the right configuration not only optimizes network performance but also improves visibility and control. However, identifying these devices accurately can be challenging, given the diversity of operating systems, hardware, and vendors.

A Guide to Optimizing Kubernetes Clusters with Karpenter

With the promise of auto-provisioning and self-healing, Kubernetes environments can be an attractive option for hosting your application platform. However, with increasing budget restrictions, the competitive cloud providers and offerings, and the need to do more with less, engineers are looking to get a handle on their resource utilization.

A Developer's Holiday Wish List for the CTO

As the year draws to a close, it’s the perfect time to reflect on achievements and set sights on what could make the next year even better. For engineering teams, this season is an opportunity to dream of the tools, practices, and culture shifts that drive engineering excellence in the year to come. Cortex|

The Road to Autonomous Networks: Redefining Connectivity with AI and Automation

In today’s hyperconnected world, networks are the backbone of every digital operation. From powering seamless video calls to securing massive e-commerce transactions, networks are at the heart of modern business. However, managing these networks is no easy feat. Complexity has surged as organizations adopt hybrid clouds, IoT devices multiply, and data demands grow exponentially.

Your Guide To Datadog Cost Optimization: 7 Tips For Reducing Spend

As cloud systems become increasingly sophisticated, you want a cloud monitoring platform that helps you identify, isolate, and fix root-cause issues. Meanwhile, engineering leaders are under increasing pressure to reduce technology costs as the global economic outlook remains uncertain. With Datadog, you can observe, monitor, analyze, and report on the health of your infrastructure, applications, and services in any cloud and at scale.

How to support a growing Kubernetes cluster with a small etcd

Etcd plays a critical role in your Kubernetes setup: it stores the ever-changing state of your cluster and its objects, and the API server uses this data to manage cluster resources. As your applications thrive and your Kubernetes clusters see more traffic, etcd handles an increasing amount of data. But etcd’s storage space is limited: the recommended maximum is 8 GiB, and a large and dynamic cluster can easily generate enough data to reach that limit.