Operations | Monitoring | ITSM | DevOps | Cloud

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

DSC and STP Update

For over 15 years, Ribbon Communications and Cellusys have worked together to drive innovation in signaling solutions. Today, we’re excited to announce the next phase of our collaboration: Cellusys and Ribbon will be combining the strength of the Cellusys Signaling Firewall and Roaming platforms with the Ribbon DSC and STP though the purchase by Cellusys of a license of the source code to the Ribbon STP and DSC products.

Comparing Major SD-WAN Vendors

In the face of increasingly complex, far-reaching network architectures, organizations continue to adopt Software-Defined Wide Area Network (SD-WAN) solutions to enhance network performance, security, and agility. Megaport Virtual Edge (MVE) offers a versatile platform that integrates with leading SD-WAN vendors, enabling businesses to deploy their virtual network functions seamlessly.

Conan Launches C/C++ Audit Functionality

Conan is a leading software package manager for C/C++ development environments. As an open source multi-platform package manager, it is used to create, manage and share native binaries and their dependencies based on C/C++ code. C/C++ is often the preferred language for developing embedded systems, mobile platforms, and real-time applications due to its low-level control, high performance, and direct memory management capabilities.

Your Observability Questions, Answered

Monitoring used to be simple—set up some dashboards, configure alerts, and call it a day. But with microservices and cloud-native systems, things aren’t so straightforward anymore. Keeping track of everything can feel like an endless game of whack-a-mole. That’s where observability comes in. If you’re just getting started or looking to refine your approach, this guide answers the most common (and important) questions.

SUSE Rancher Prime Meets Cluster API: What You Need to Know

Kubernetes has revolutionized how we deploy and manage applications, but juggling clusters across clouds and on-premises environments can quickly become a tangled mess. Different tools, inconsistent configurations‌ and manual processes drain your team’s time and energy. What if there was a way to simplify Kubernetes cluster management, bringing order to the chaos? Enter Cluster API (CAPI) and SUSE Rancher Prime.

#038 - Kubernetes Supercharging Particle Physics with Ricardo Rocha (CERN)

Ricardo from CERN, who leads the platform infrastructure teams, discusses CERN's significant role in particle physics research with the Large Hadron Collider. The conversation covers how CERN manages the massive amounts of data generated from experiments using a worldwide computing grid. Ricardo shares CERN's journey with adopting Kubernetes for various applications, including critical systems controlling detectors and accelerators. He also touches upon CERN's involvement with the CNCF and the Kubernetes community.

Cloud migration security: Risks, strategies, and best practices

Whether you’re migrating from on-premises to the cloud, between cloud providers, or to more advanced cloud architectures, each path shares common security challenges that must be addressed head-on. With the right approach, you can actually enhance your security posture during migration. In this article, we'll dig into practical approaches to cloud migration security, covering everything from initial planning to post-migration maintenance.

Automating CSS code quality in front-end projects with Stylelint and CircleCI

Cascading Style Sheets (CSS) is the language used by developers to apply styles to documents written in a markup language. In front-end development, enforcing consistent CSS code quality is crucial: poorly written CSS can lead to issues ranging from poor maintainability, unexpected bugs, and inconsistent designs. One effective way to ensure CSS code quality is using a linter such as Stylelint.