Operations | Monitoring | ITSM | DevOps | Cloud

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

Limit deployments to Upsun only with tags: part one

Throughout the years, many users have asked us if it’s possible to only deploy to Upsun when a tag is pushed using a source code integration. The answer is: with our current source integrations, it's not—but that doesn’t mean it’s impossible. Upsun is based on Git and because of this, acts as a remote for your code repository.

NeuVector UI Extension for Rancher Enhances Secure Cloud Native Stack

We have officially released the first version of the NeuVector UI Extension for Rancher! This release is an exciting first step for integrating NeuVector security monitoring and enforcement into the Rancher Manager UI. The security vision for SUSE and its enterprise container management (ECM) products has always been to enable easy deployment, monitoring and management of a secure cloud native stack.

AIOps vs. Observability: Which Is Better and Why?

If you’ve been keeping up on what’s buzzing in the IT operations and software development space in the past few years, then you know that the concepts of AIOps and observability have been getting a lot of attention. And while they are related, they each address a different aspect of managing and monitoring IT systems.

How to scale your systems based on CPU utilization

CPU usage is one of the most common metrics used in observability and cloud computing. It’s for a good reason: CPU usage represents the amount of work a system is performing, and if it’s near 100% capacity, adding more work could make the system unstable. The solution is to scale - add more hosts with more CPU capacity, migrate some of your workloads to the new host, and split the traffic between them using a load balancer.

Software Ate the World, but Digital Transformation Can Give You Indigestion

In today’s digitally-driven world, organizations rely heavily on software applications to streamline services, provide operations, engage customers, and drive innovation through digital transformation. Software has also become the lynchpin for securing an entire business’ services and keeping them up and running. Yet, this omnipresent force comes with its own set of challenges.

IPAM and SPM: The missing piece for advanced network management

Phrases like “networks are the backbone of a business” are now ubiquitous, finding their way into many network-related blogs. We are not here to say the same thing again. Instead, we’re here to discuss managing your IP address space within OpManager. This blog explains how adding the IP address manager (IPAM) and switch port mapper (SPM) module within OpManager will enhance your monitoring game. Keep reading and we will tell you how to enable the add-on for free.

From Deploy to Commit: Building the Ultimate Development Pipeline - A Comprehensive Guide

‘Manual deployment is (should be) a sin.’ Well, calling manual deployment a sin may sound strong, but consider this: building the ultimate development pipeline demands a focus on automation. Although the selection of a deployment method depends on the specific needs and requirements of a project or environment, can you really deny the power of automated deployment? There's a better way.