Operations | Monitoring | ITSM | DevOps | Cloud

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

Runbook Automation and Rundeck v5.6 Release Notes

The Runbook Automation and Rundeck product team are back with release v5.6, featuring some security updates and fixes, plus lots of contributions from Rundeck’s amazing open source community. Plus, Forrest takes us through some of the projects that community members can contribute to themselves, including the documentation and plugins.

Guide to Adding K8 Inventory Stats to Your Telegraf Daemonset

Having insights into your Kubernetes environment is crucial for ensuring optimal resource allocation and preventing potential performance bottlenecks. It also enables proactive monitoring of application health and security, helping to quickly identify and resolve issues before they impact users.

Introduction to The Splunk Terraform Provider | Create a Detector in Splunk Observability Cloud

In this video I will demonstrate how to use the Splunk Terraform Provider. I’ll explain what it is and why you should use the Splunk Terraform Provider as part of your overall Observability as Code solution. Using a simple Terraform project, I will walk you through the setup of the provider and the creation of a Detector in Splunk Observability Cloud.

Top 9 CI/CD Best Practices for your DevOps Team's Success

Continuous Integration (CI) and Continuous Deployment (CD) have become quite popular in the software development environment for they emphasize automation and streamlined workflows. By implementing CI/CD best practices, developers will be able to deliver high-quality software faster and enhance productivity. However, the implementation of CI/CD practices is not an easy task, you may require careful planning to execute the process and gain results.

The Secret To Creating A Foolproof Customer Renewal Pricing Strategy

Your customer renewal pricing strategy can make or break your business. You can create the best product in the world, market it masterfully, and provide exceptional customer service, but if your prices aren’t where they need to be, either your customers will churn or you’ll wind up spending way too much money to support a proportionally small revenue stream. Either way, your company will struggle to make ends meet.

Introducing Charmed OpenSearch

Introducing Charmed OpenSearch – an enterprise solution for OpenSearch with advanced automation features, multi-cloud capabilities, and comprehensive support. OpenSearch is an open source search and analytics suite that developers use to build solutions for search, observability, security analytics, generative AI projects, and more. Charmed OpenSearch builds on this foundation with additional enterprise-grade capabilities that can help you spend less time on operational tasks and more time on high-value data and analytics projects.

Testing Golang with httptest

Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing programs. Often used for web servers and rest APIs, Go offers the same performance as other low-level languages like C++ while also making sure the language itself is easy to understand with a good development experience.