Operations | Monitoring | ITSM | DevOps | Cloud

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

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.

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

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.

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!

Continuous integration for React applications using Jest and Enzyme

React continues to be the web framework of choice for many UI developers, surpassing jQuery as the most popular framweork in the 2021 Stack Overflow Developer Survey. It provides an intuitive model for building data-driven user interfaces, and efficiently updates the DOM when this data changes. React pairs nicely with Redux for managing the data that React needs to render interfaces. Redux offers a predictable way to structure and update the data in those frontend applications.

AWS Production Deployment Checklist

CI/CD is now an inevitable need of every modern application. Many startup companies adopt CI/CD with a good cloud vendor. Still, they do not follow the guidelines needed for successful deployment, and even if they do that, they find difficulty scaling the application. Here in this article, we will go through a comprehensive checklist to help you perform stable and successful production deployments on AWS.