Operations | Monitoring | ITSM | DevOps | Cloud

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

Software supply chain security: How to audit a security bill of material (SBOM)

A security bill of material (SBOM) is an inventory of the entire building components of a software application. These components include open source libraries, dependencies, commercial components, licenses, patch status, version information, upgrades available, CVEs, etc. Having an SBOM of a codebase or piece of software provides deep visibility into core components that help quickly identify and mitigate the security and licensing risks associated with the software supply chain.

Trust Me - I'm a SASE Solution

As we get ready to wish the term SASE a happy 4th birthday, it seems odd that there is still a great deal of confusion in the market about what SASE really is and how it relates to a ‘Zero Trust’ architecture. For many, SASE is a framework for secure network design; for others, it’s seen more as an architectural approach to delivering Zero Trust. So why do we have this confusion when Gartner defined SASE back in 2019?

5 best incident management tools of 2023

Put simply, managing incidents—big or small—is good for business. Not only is it a regulatory requirement, but also a factor in your profits. Your customers expect smooth operations, good customer service and protection. A dedicated incident management tool can help protect all of these. While many may think of incidents as an IT or DevOps issue, it’s hard to over emphasize that they can happen in any department.

Why DevOps needs an AIOps approach?

This need for AIOps was simmering conveniently and gradually reaching its threshold when the pandemic suddenly hit the world, pushing organizations into remote work. The sudden, global-scale change raised challenges for IT operations teams to monitor and detect incidents in a distributed environment and maintain cybersecurity and compliance. While the pandemic pushed some organizations into the reality of remote work, others were already on their way to digital transformation.

Maximizing cloud savings: Strategies to optimize your cloud costs

Public cloud users continue to get stung by unexpected costs due to the challenges faced when working with or moving workloads into the cloud. When organizations see this surge in their costs, it typically requires the process of cloud cost optimization to tackle the problem. Cloud cost optimization is the task of minimizing cloud spending by enforcing best practices and appropriate cost-efficient resources.

The Role of Traffic Replay in Production Traffic Replication

Testing in production is one of the most effective—and risky—ways of testing. The ability to use real-world conditions ensures reliability of tests, as no bugs can appear as a result of misconfigurations of the environment. However, using the same environment as your users also has an obvious downside: any bugs discovered by testing will immediately affect users.

How Augmented Reality Can Change Physical Repair

Augmented Reality for Industry Repair When augmented reality emerged onto the scene, most people anticipated that it would primarily change consumer industries, like gaming. This idea was seemingly confirmed with the explosive popularity of Pokémon Go, the 2016 AR game that saw gamers capture virtual pokemon out in the real world, using only their phone. But some of the most powerful applications of augmented reality are in industry.

I/O Wait Time: A Guide to Improving Linux Performance

I/O wait is a plaguing issue in Linux. Speaking in layman terms, I/O wait is the time taken by the processor (here, CPU) to complete an input service request. Ideally, our CPU doesn't seem to do any work when it is processing one input request at a time, thus the duration between your input and the output provided by the system can be treated as the I/O wait time.