Operations | Monitoring | ITSM | DevOps | Cloud

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

30 FP&A Interview Questions And How To Assess The Answers

Finding trained financial planning and analysis (FP&A) professionals isn’t too much trouble for most companies. The tricky part is finding a candidate with the right technical and soft skills for your organization’s needs. The following interview questions will help you find a qualified FP&A professional for your company. Listen to their responses to gauge their reasoning, expertise, situational awareness, ambition, and individual attitude toward various aspects of the FP&A profession.

Streamlining CI/CD Pipelines with Automated Policy Checks

Continuous Integration and Continuous Deployment (CI/CD) pipelines power modern DevOps. They enable teams to deliver software faster, with greater reliability and confidence. However, as development accelerates, ensuring security, compliance, and quality becomes increasingly complex. Automated policy checks streamline CI/CD pipelines by addressing these challenges directly.

Kubernetes cluster metrics 101

Kubernetes clusters facilitate the management of containerized applications. Imagine coordinating a seamless flow of workloads across servers, ensuring they operate in harmony, regardless of scale. This is exactly what Kubernetes clusters can do for the smooth deployment of your applications. Read on to learn more about Kubernetes clusters, including how to manage them using our list of critical metrics.

All you need to know about Horizontal Pod Autoscaling in Kubernetes

For most organizations, Kubernetes is the preferred containerization platform thanks to its scaling capabilities. Scaling is more than a mere technical endeavor—it helps maintain reliability, efficiency, and smooth user experiences while handling huge data without any business disruptions. It also aids in reducing business expenditures by cutting down on manual labor and avoiding deployment failures.

Using Python MockServer for API Testing

Using a mock server is a popular method of working around these limitations and realities, allowing you to test web server assets against specific requests, ensuring that your response data matches the expected outcome. Today, we’re going to look at a powerful solution for Python clients in the form of MockServer. We’ll walk through the tool’s basics and learn how to use it for your own testing.

Get One Step Closer to the Dark NOC with Incident Response Automation

Imagine a world where your Network Operations Center (NOC) runs so smoothly that it practically disappears into the background—no manual ticket triaging, no frantic war rooms, no all-nighters spent chasing false alarms. That’s the dream of a Dark NOC—a fully autonomous operations center where automation takes the wheel, reducing human intervention to a bare minimum.

PagerDuty Runbook Automation 2024 Year in Review

Special guest Jeff Hausman, PagerDuty’s Chief Product Development Officer kicks off our 2024 recap for PagerDuty Runbook Automation and Rundeck Open Source. Then Jake and Forrest take us through all of the amazing improvements and new features added to the product, including shout outs to the amazing folks contributing to the Open Source repos and a customer success story from Ryanair.

Webinar: Unlocking the Value of an IDP - Assessing the impact for your Organization

In today’s fast-paced engineering landscape, organizations are turning to Internal Developer Portals (IDPs) to streamline operations, enhance productivity, and foster innovation. But how do you quantify the potential impact of implementing an IDP? What tangible benefits can it deliver to your teams, and how can it transform your development workflows? Watch this webinar recording to.

Simplify DevOps tasks with this go-to cheat sheet: From Go programming to automation

DevOps is a dynamic field that bridges development and operations, ensuring seamless collaboration and faster software delivery. Whether you're just starting or looking to sharpen your skills, having quick access to essential concepts is invaluable. That’s why we’ve created a DevOps cheat sheet that covers everything from programming fundamentals to scripting and website building. This cheat sheet is your go-to resource for mastering DevOps tools, languages, and workflows.

How the Gremlin agent fails safely

Testing shouldn’t feel risky. While it might sound counterintuitive, certain types of testing can actually increase risks to your systems. Load testing, for example, is a great way to see how your systems behave under pressure, but it can also cause those same systems to fail if they aren’t equipped to handle the load. For some types of testing, this is necessary, as is the case with reliability testing and Chaos Engineering.