Operations | Monitoring | ITSM | DevOps | Cloud

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

What Is Cost Optimization? 8 Best Practices To Use ASAP

You're not alone if you have trouble visualizing, measuring, and controlling your IT costs. Whether public or private, cloud computing can add to the cost problem. That’s because cloud computing offers on-demand resources, so misconfigured infrastructure, an overzealous engineer, or a blindsided operations team can do something that leads to a surprise cloud bill at the end of the month. But not so fast. What is cost optimization, and why is it different from IT cost reduction?

3 mistakes I've made at the beginning of an incident (and how not to make them)

The first few minutes of an incident are often the hardest. Tension and adrenaline levels are high, and if you don’t have a well-documented incident management plan in place, mistakes are inevitable. It was actually the years I spent managing incidents without the right tools in those high-tension moments that inspired me to build FireHydrant. I built the tool I wished I’d had when I was trying to move fast at the start of incidents.

Taking Your Kubernetes Helm Charts to the Next Level

Helm is a deployment tool for Kubernetes objects that supports package management, dependencies, and templating. In this article, we will explore how to optimize your Helm charts. To follow along, you’ll need a basic understanding of Helm and will have ideally written and deployed some basic Helm charts.

Join the Mattermost mobile beta program: v2.0 is now live!

Get ready for the future of Mattermost mobile. Beta testers can now access Mobile v2.0, including multi-server support — our most requested mobile feature ever. We’re also bringing you a number of usability enhancements and performance improvements to make you productive on the go. If you want to be on the cutting-edge of Mattermost mobile development, we’d encourage you to join the mobile beta program today.

Integrating Moogsoft with Datadog: Key Benefit Discussion | Moogsoft Product Videos & How-Tos

Are you a Datadog customer? And do you wish to optimize your workflow further? Then this video is for you! In this video, you will learn a sample use case to learn the key benefits of integrating Moogsoft to your Datadog environment. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

Monitor your Graviton3-powered EC2 instances with Datadog

AWS’s new Graviton3 EC2 instances are built on its third generation of custom Arm-powered processors. These instances promise up to 25 percent better performance over Graviton2 for compute-intensive workloads. This means that, for applications like distributed data analytics, machine learning, video encoding, gaming, and more, migrating to Graviton3 instances can provide better performance, cost savings, and more energy efficiency.

Morph: Database Schema Migrations Made Easy

Morph is a new database migration tool designed to improve Mattermost schema migrations. It can be used programmatically with a library and from a CLI. Morph stores the schema version in a table, where all applied migrations are persisted. It’s a flexible open source library that can be used with a driver interface implementation and a source to read migration scripts from. The engine uses a dependency injection pattern so that any implementation can be used with the library.