Operations | Monitoring | ITSM | DevOps | Cloud

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

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.

Reducing Pager Fatigue in Moogsoft | Moogsoft Product Videos & How-Tos

One of the benefits of implementing Moogsoft is that you can reduce noise and focus on what matters. In this video, we'll take a look at the noise reduction mechanism using sample data from the real world. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

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.

Testing Metrics using MetricFire

We offer a free trial period to ensure that our customers use MetricFire successfully. But often when someone signs up for a trial they may not know where to start. This is a guide on how to use your trial to test your data and see if MetricFire is right for your use case. Each use case is different so it is important to book a call with our technical support team so we can help you utilize your free trial optimally for you. Create a MetricFire account for free and see how our system works.

Use Tags to Handle Maintenance Windows in Moogsoft | Moogsoft Product Videos & How-Tos

After watching this video, you will learn how to configure Moogsoft so you can separate the events triggered during maintenance from real issues. Specifically, you will learn how to create a maintenance catalog and maintain it using the catalog API, and how to set up workflow engines to enrich events with a maintenance tag, append a label to link the source to maintenance, and lower the severity. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

Automate testing for Golang Gin-gonic RESTful APIs

Gin is a high-performance HTTP web framework written in Golang. It contains features and functionalities like routing and middleware out of the box. This helps to reduce boilerplate code, improves productivity, and simplifies the process of building microservices. In this tutorial, I will guide you through the process of building a RESTful API with Golang using the Gin-gonic framework. I will also lead you through building an API to manage the basic details of a company.

Secure Supply Chain: Verifying Image Signatures in Kubewarden

After these last releases Kubewarden now has support for verifying the integrity and authenticity of artifacts within Kubewarden using the Sigstore project. In this post, we shall focus on verifying container image signatures using the new verify-image-signatures policy. To learn more about how Sigstore works, take a look at our previous post