Operations | Monitoring | ITSM | DevOps | Cloud

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

Moogsoft Green Credentials

Waste is never a good thing. And rumblings of an economic downturn, alongside dire warnings of climate change, are making it increasingly necessary to address waste. As a society, we need to reduce consumption, data included. First, we all must acknowledge the high cost of data. Despite the prevailing opinion of the 2010s, data isn’t free. There’s a monetary and carbon cost to keeping data alive.

"Why Are My Tests So Slow?" A List of Likely Suspects, Anti-Patterns, and Unresolved Personal Trauma

“Lead time to deploy” means the interval from when the code gets written to when it’s been deployed to production. It has also been described as “how long it takes you to run CI/CD.” How important is it? It’s nigh-on impossible to have a high-performing team if you have a long lead time, and shortening your lead time makes your team perform better, both directly and indirectly.

Regex, character count, and word count validation | 30 Days of Form Demos | Jira Service Management

Have complex data validation needs? No worries! Learn how to use Regex (regular expressions) with your new forms in Jira Service Management. This is Day 22 of the forms for Jira Service Management 30 Days of Demos series. Build your first form without even logging in: New to Jira Service Management? Get it for free today: Click here to see all the videos in this series: Subscribe:

Network as Code Explained: How Ansible & Automation Support Agile Infrastructure

When considering application source code, the way you maintain consistency throughout environments is mostly straightforward. You write application code, commit it to source control, and then build, test and deploy via a CI/CD pipeline. Since the application is defined by the source code living in source control, the build will be identical in all environments to which it’s deployed. But what about the infrastructure on which an application runs?

A practical approach to Active Directory Domain Services, Part 10: A study into Group Policies and AD

We have covered a plethora of topics on Active Directory (AD) in parts one to nine of this series on Active Directory Domain Services. In this final and 10th part, we will look at one other crucial aspect of AD—Group Policies and Group Policy Objects (GPOs). We will discuss what Group Policies are and what role GPOs play in the effective setup of any AD environment.

Top 105+ DevOps Interview Questions and Answers for 2022 ?

Thinking about breaking into the DevOps space? DevOps has become one of the biggest tech buzzwords. Tech giants – like Facebook, Amazon, or Google – have numerous open positions for DevOps engineers. But it is a competitive field to break into. So if you’ve been prepping for DevOps roles, here are some of the most common interview questions (and potential answers) to expect, including.

Hyperview DCIM 3.6 Software Release

ServiceNow CMDB integration is now available! As well, we continue to roll out enhancements to Firmware Management and 3D view. Now you can view, search and report on the current firmware version for all your assets, both Managed and Unmanaged. In 3D view, you can quickly hone in on a specific set of racks or assets using Focus Mode. Plus, Hyperview now generates a multi-level Heat Map for more nuanced temperature ranges.

Why Preview Environments Are The New Thing in DevOps

Consider the scenario where a complex product is being developed by dozens of engineers working on different features of a product. Not only the development environment is the same, but the staging environment is also shared. As different features are merged into the shared environment, they break the code. So QA has to wait until this is fixed. A feature or bug fix may be working perfectly on the developer’s own machine, but there is no way for the QA team to test that one feature in isolation.