Operations | Monitoring | ITSM | DevOps | Cloud

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

MPLS Versus SD-WAN: Competing Or Complementary?

Bandwidth demands per enterprise site continue to skyrocket, while additional pressure has been added to the WAN in the wake of the pandemic and shift to remote working, moving demand from well-connected offices to a scattering of disparate locations. Yet, while WAN bandwidth demands are increasing by orders of magnitude every year, budgets rarely keep pace and significant numbers of those ‘better connected’ branch locations experience network congestion during peak hours.

Bare metal Kubernetes hands on tutorial with MAAS and Juju

In this video tutorial, you will go hands-on and build your own simulated bare metal Kubernetes cluster using just a single computer 💻 with Anton Smith, product manager for MAAS. Along the way, you’ll get to use and learn about some Linux networking, MAAS, LXD, Ceph, Juju and Kubernetes, and at the end deploy an application to your new K8s cluster ✨.

The Need for an Agile Services-Driven Network: Part 1 in the IP Wave Series

The major challenge facing communications service providers (CSPs) is not about handling ever-growing bandwidth demands without increasing Capex. Smart selection of network technologies that leverage advances in aggregating, routing, and transmitting bits largely have the answer for that. The much more pressing challenge is on the services front, from competition, substitution, and the inability to maximize revenues. These concerns reduce the top line and restrict CSPs’ ability to maneuver.

Puppet helps Singapore speed up technical deployments for governments

Around the world, the pandemic tested the ability of governments to transform digitally in order to deliver uninterrupted services and to respond effectively to the demands of citizens, businesses, and global leaders in a time of crisis. From contact tracing to disbursing support packages to sharing best practices on how to contain the pandemic, governments needed to deliver these mission-critical services in a timely, secure, and compliant manner.

Testing shift left observability with the Grafana Stack, OpenTelemetry, and k6

Development is no longer a linear journey from point A to point B. As more projects shift into a state of organic growth, user feedback and constant experimentation are increasingly becoming the norm, if not the standard for engineering. “In order to support this rapid experimentation, we’re beginning to embrace new working methods and practices,” said Vinodh Ravi, Executive Director of Platform Engineering at JPMorgan Chase.

Deploy Friday: E83 Why is typescript taking over the world?

If 15% of all JavaScript bugs can be detected by TypeScript, what's holding you back from using it? This week's DeployFriday is an expert panel who will discuss the benefits of TypeScript, including interesting new developments like the rise in popularity of Deno, a runtime for TypeScript that could replace Node.js on your next project.

Unit testing vs integration testing

Software is one of the most complex tools invented for practical use. One misplaced character can break an entire application. So, careful testing is an essential requirement before publishing any code. In this article, you will learn about two fundamental types of software testing, unit testing and integration testing, and how your team can implement them in your CI/CD pipelines to validate your code quickly and deliver new features to your users with confidence.

Preparing your team for continuous deployment

A key goal for any DevOps team is to shorten the software development cycle and provide continuous delivery of high-quality software. Instead of continuing to the next logical goal, continuous deployment, most companies stop here. Developed code reaches the testing phase automatically, then, successful testing triggers a manual acceptance step. Only then is the application deployed into production.