Operations | Monitoring | ITSM | DevOps | Cloud

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

3 mistakes I've made at the beginning of an incident (and how not to make them)

The first few minutes of an incident are often the hardest. Tension and adrenaline levels are high, and if you don’t have a well-documented incident management plan in place, mistakes are inevitable. It was actually the years I spent managing incidents without the right tools in those high-tension moments that inspired me to build FireHydrant. I built the tool I wished I’d had when I was trying to move fast at the start of incidents.

What Is Cost Optimization? 8 Best Practices To Use ASAP

You're not alone if you have trouble visualizing, measuring, and controlling your IT costs. Whether public or private, cloud computing can add to the cost problem. That’s because cloud computing offers on-demand resources, so misconfigured infrastructure, an overzealous engineer, or a blindsided operations team can do something that leads to a surprise cloud bill at the end of the month. But not so fast. What is cost optimization, and why is it different from IT cost reduction?

Prevent XSS attacks with browser testing

Security is a never-ending battle on the web. You can have a server up in just a few minutes, and the next minute, someone is already trying to hack into it. These attacks could be automated using malicious bots or launched manually. Websites can be targeted by a malicious user trying to compromise your web presence or data. Cross-site scripting (XSS) is just one type of attack your site may be vulnerable to.

Monitor your Graviton3-powered EC2 instances with Datadog

AWS’s new Graviton3 EC2 instances are built on its third generation of custom Arm-powered processors. These instances promise up to 25 percent better performance over Graviton2 for compute-intensive workloads. This means that, for applications like distributed data analytics, machine learning, video encoding, gaming, and more, migrating to Graviton3 instances can provide better performance, cost savings, and more energy efficiency.

Kubernetes management with Portainer and Civo

For our upcoming meetup, we'll be joined by Portainer to look into how the container management platform can help simplify day-to-day Kubernetes management. In this session, Saiyam Pathak, Director of Technical Evangelism at Civo will discuss various Kubernetes dashboards that can be used to view the cluster and its related metrics and discuss the benefits of each. Saiyam will also look into the Kubernetes dashboard, Skooner, Headlamp, lens, and octant.

How to remote debug an HTTP trigger Azure Functions in Visual Studio 2022

Sometimes it may not be easy to debug Azure Functions deployed on Azure since we cannot do inline debug through the Azure Portal. An option for us is to write information to the Logs console in key parts of our code to get insights into what’s happening inside our Function. We can do that using the following sentence: Another option, especially if we are developing our Azure Functions inside Visual Studio, is to run the Function locally.