Operations | Monitoring | ITSM | DevOps | Cloud

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

Announcing: Code-level insights with Azure Repos

How many times have you been aware of an error or performance issue, but lacked the ability to quickly uncover the root cause and determine why it happened in the first place? One of the most powerful ways to do this is by surfacing code-level insights right where you need them, alongside the context needed to take action. By using our latest integration with Azure Repos, you’ll be able to get to the ‘why’ of issues, faster – all directly within Raygun.

Observability and SaaS Providers

SaaS is exploding and so it should; it takes commoditized work and infrastructure away from tech teams so that they can focus on differentiating features. But what happens when it goes wrong? How do SaaS platforms make sure they aren't letting their customers down and in turn, letting their customers down? Observability, bolstered with AI gives all the partners the best chance to optimize availability and customer experience. Here's how.

A Developer focused CI/CD pipeline for Kubernetes

As Kubernetes becomes the key target environment across many organizations, it automatically becomes an essential topic for developers. However, Kubernetes was created for operations and, unless you spend a considerable amount of time learning and specializing yourself, it is still challenging to use. Developers should rather focus on delivering applications instead, and a developer or application-focused platform is needed to enable that.

Data centre networking: what is OVS?

In one of our preceding blogs, we spoke about Software-Defined Networking (SDN) and the key drivers behind it. Virtualisation is one of the fundamental aspects that characterises SDN, and has influenced the architecture of network switching in the data centre. OVS (Open vSwitch) is a fundamental component of modern and open data centre SDNs, where it aggregates all the virtual machines at the server hypervisor layer.

Embedded systems: the advent of the Internet of Things - Part II

This is the second part of the two-part blog series covering embedded Linux systems and the challenges brought about by the proliferation of Internet of Things (IoT) devices. In Part I, we surveyed the embedded ecosystem and the role Linux plays within that space. This blog takes you on the next step in the journey, where we explore the most demanding challenges facing manufacturers of tightly embedded IoT devices.

Continuous integration for .NET applications

.NET is a popular open source, cross-platform development framework for building fast and scalable full-stack applications for the web, desktop, mobile, and the cloud. This flexibility makes.NET a leading platform for developing enterprise web applications and makes.NET development one of the most in-demand skills on the market.

The Gremlin November 2021 release: Integrate better with private network integrations

We’re excited to announce the launch of private network integrations! This lets you use our existing Status Checks and Webhooks features on systems residing inside of your internal network, empowering any Gremlin team to automate Gremlin tasks safely and securely.

How to deploy multiple EC2 instances in one go using Terraform

Infrastructure as Code tools like Terraform provides greater support for automation, especially when dealing with multiple resources in a complex cloud infrastructure. In this blog, learn how Terraform can make your life simple by launching multiple instances in one-go. If you are new to Amazon AWS and need to create or launch multiple resources in one go, then nothing is better than using Terraform count. The Terraform count argument allows you to launch as many resources as you wish, of the same kind.