Operations | Monitoring | ITSM | DevOps | Cloud

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

Testing Commander.js command line applications

Breaking changes in production are inconvenient and can be costly to fix. Using commands like git clone < some GitHub repository >, executed on your terminal is a common practice, known as using the command line. This practice can be faster and more efficient than using a GUI. For this tutorial, I will walk you through the process of testing command-line applications git, explain why you need command-line applications, and describe in detail how they work.

How to review your CircleCI configuration

Configuration files can take some time to set up, but after that initial push they are easy to forget about. “If it’s not broken, don’t fix it” is a common approach that many developers take with their configuration files. But when it comes to your continuous integration pipelines, small changes can have huge benefits.

Using the Monitoring Calendar to drive reducing your support overhead

One of my favorite features in Serverless360 is the monitoring calendar. It is something we added in 2022. The feature aims to help give you a view over time about when your business application has experienced problems that would have triggered warnings or errors based on the monitoring you have configured.

K8s monitoring and observability with ContainIQ

Matthew Lenhard, Co-founder & CTO of ContainIQ, will discuss how to extract value from the Kubernetes events feed. Kubernetes events can provide unique and clear insights into cluster health and performance, but how do you cut through the noise and better understand your environment? In this webinar, we will explain what Kubernetes events are, how to use them, and tools that can be used to get the most out of them.

KubeCon + CloudNativeCon EU 2022 Wrap up - Civo

Over 7,000 people attended KubeCon + CloudNativeCon Europe 2022 which took place in Valencia Spain from May 16-20. From developers, executives, product managers, and marketers, the event consisted of some great workshops and keynotes giving attendees the opportunity to engage with the community and collaborate. Learn more about our experience at the event, what we brought with us to showcase, and the talks by our team!

New StackPod Episode: Defining and Executing a Clear Product Strategy With Andreas Prins

We are happy to announce our latest StackPod episode featuring guest Andreas Prins! With over five years of experience in different product management and product strategy roles, Andreas is currently the VP of product here at StackState.

Introduction to Infrastructure as Code

Cloud infrastructure has been on the rise for the last decade. As it's adoption grows, so has the complexity of managing infrastructure, becoming more complex and more prone to user mistakes. This led to a new wave of tools in the Infrastructure as Code (IaC) space that aim to tackle this issue by treating your infrastructure as you would any other piece of software.