Operations | Monitoring | ITSM | DevOps | Cloud

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

Grafana Templates for Elasticsearch, Prometheus and InfluxDB

Grafana is everywhere. Almost every DevOps team out there is currently in the process of creating a proof of concept enabling them to implement Grafana into their stack—if they have not already implemented it, that is. Teams are eager to employ Grafana’s highly effective visualizations and dashboards that monitor and track services’ functionality and performance.

Release 1.19: More efficient DevOps with web log parsing and unit testing

Network monitoring is complex, which is why we’re developing a monitoring tool that will drastically increase DevOps productivity. This release is all about improving Netdata’s day-in, day-out performance. We’re working hard to make deploy enhancements that help engineers make faster, smarter decisions about their systems.

[KubeCon Recap] How to Debug Live Applications in Kubernetes

Joe Elliott, a backend engineer at Grafana Labs, took the stage in front of a packed house at KubeCon + CloudNativeCon in San Diego to demonstrate a few of the tricks he uses to debug applications live in Kubernetes. The goal is to increase your knowledge of applications in the production environment. Elliott’s techniques are framework agnostic and Linux-specific, and they are most useful in situations where you have a known type of problem and application.

Building an agile team's 'safety harness' with cmocka and FOSS

Netdata is made up from agile teams who are deeply committed to improving the usability of our product. We want to respond to our users and introduce in-demand features. Working directly with our community is the best way to make Netdata better. But we face the same the dilemma as all agile teams: How do we do this safely?

Best Practices for Multi-Account AWS Deployments

This guide will give you key strategies for deploying the same application on multiple AWS accounts. If you have multiple AWS accounts running, multi-account deployments make often make sense. If your developers have created an application within their dev environment (which has its own AWS Account), they’ll naturally want to move it over to production (with a separate AWS Account).

DevOps Patterns and Antipatterns for Continuous Software Updates

In this talk, we’ll analyze real-world software update fails and how multiple DevOps patterns, that fit a variety of scenarios, could have saved the developers. Manually making sure that everything works before sending an update and expecting the user to do acceptance tests before they update is most definitely not on the list of such patterns.

Dash to Docker for Cloud Run on Anthos Hybrid

Developing for Google Cloud Run in a hybrid system managed by Anthos isn’t a solo race, it’s a relay between cloud and on-prem. To win, you’ll need an advanced Docker registry that can swiftly pass your containers for Cloud Run functions from one environment to the next. In our example hybrid architecture, you’ll see how JFrog Container Registry can be that reliable relay partner.

Event Grid Delivery and Retry Policy

Azure Event Grid facilitates building event-driven serverless apps that can effectively solve a real-time business problems with a focus on the core logic rather than the infrastructure. Event Grid is designed for high availability, consistent performance, and dynamic scale. Event Grid can simplify event-based apps, as this serves as a single service to manage routing of all events from any source to any destination. Before we proceed further, it is important to understand what an ‘event’ is.