Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

How seamless connectivity is driving the evolution of broadcast media

The way content is created, distributed, and consumed has changed a lot over the last decade with the introduction of streaming and on-demand viewing. Media sector revenues are growing, but so is the cost to produce content and manage complex digital ecosystems. So how can media and broadcasting companies simplify network complexity and improve performance, all while delivering great content to hungry audiences? First, let’s look at the three key areas for connectivity in media and broadcasting.

Merging to Main #5: Coexisting Between Kubernetes & Legacy Tech with Mark Panthofer, Nvisia

Are you trying to balance your CI/CD resources and effort between Kubernetes and your legacy tech? Don't know how to encourage adoption of the new processes? On this episode of Merging to Main, we'll cover just that. This episodes guest is Mark Panthofer, VP of DevOps & Cloud at nvisia and, during this session, Brandon and Mark discuss how your CI/CD can coexist between two distinct technology worlds.

10 Best Firewalls for Small Business to Use in 2023

Why is it critical to know and implement the best firewalls for small businesses? Well, cybercrime in information technology development has reached new heights, and according to Cybersecurity Ventures, the damage it causes to the online landscape is forecasted to grow to $10.5 trillion annually by 2025. Phishing, malware, account takeover, credential abuse, ransomware, cryptojacking, and zillions of other severe cyber security attacks are commonplace these days.

[New Premium feature] Share pipeline workflow configurations across your repositories

As part of our focus on building features around team scale and performance, we are happy to announce that Bitbucket Pipelines now supports sharing of CI/CD configurations across repositories. This feature is now available as part of our Premium plan. With this feature, your teams can create centralized pipelines yml workflows and import that workflow to other repositories in your workspace. This brings several benefits: Here’s how it works.

How to Log HTTP Headers With HAProxy for Debugging Purposes

HAProxy offers a powerful logging system that allows users to capture information about HTTP transactions. As part of that, logging headers provides insight into what's happening behind the scenes, such as when a web application firewall (WAF) blocks a request because of a problematic header. It can also be helpful when an application has trouble parsing a header, allowing you to review the logged headers to ensure that they conform to a specific format.

The Resolve Automation Flywheel: A "Good to Great" Automation Journey

Organizations lean on IT as the foundational force for helping the business succeed, even more so when stakes are high, and the future is unpredictable. Considering the countless tasks and processes carried out in IT, automation is no longer a nice to have. It’s a requirement for starting, and maintaining, a system of consistency that supports the business through instability and uncertainty.

Hyperview DCIM 4.0 Software Release

As we enter the new era of 4.0, we are thrilled to introduce a range of fresh and user-friendly features. Take a peek into your brand new User Inbox, a centralized hub for all your notifications. Explore the enhanced Connectivity add-on with Circuit Management, allowing you to conveniently bundle your connections. And for those managing multiple outlets, get ready to experience the upgraded Outlet Control functionality that will surely delight you.

Exploring Kubernetes Storage: Persistent Volumes and Persistent Volume Claims

In today's world of container-based applications, the role of storage has become more critical than ever. One of the most significant challenges of containerization is the management of stateful applications. Kubernetes, one of the popular container orchestration platforms, provides a solution to this problem - Persistent Volumes (PVs). PVs allow the storage provision to be decoupled from the lifecycle of the Pod, making it easier to manage stateful applications.