Operations | Monitoring | ITSM | DevOps | Cloud

Black Friday and Cyber Monday 2019: get ready

The Black Friday and Cyber Monday 2019 event is coming quick, and the predictions are that the now week-long event will be the biggest yet with over $136 billion in sales. E-commerce websites like Amazon and Walmart have been ramping-up for Black Friday for months, but what do you need to do to prepare for the potential rush on your site?

What's next for monitoring Kubernetes

At Datadog, we rely heavily on Kubernetes, and we’re facing some interesting challenges as we use Kubernetes to scale further and strive for greater efficiency. To address these challenges, we’ve been working on solutions to help us better control how our clusters scale, and to make it easier to deploy and manage the Datadog Agent. Today, we’re open sourcing these solutions to share them with the rest of the Kubernetes community.

OneDrive and SharePoint Monitoring: No Credentials Required

Exoprise recently added support for monitoring OneDrive and SharePoint using OAuth credentials in addition to full experience monitoring via headless browsers. Now, with full support for OAuth and the Microsoft Graph API, you can choose whether you want to monitor the real browser-based experience and performance or if you don’t want to share credentials and just want to monitor via the Graph API.

How to Test Signup Forms With Synthetic Monitoring

A signup form has a ton of moving parts we often take for granted. There’s the form itself, and the database attached to that form that stores user data. Other databases may need to sync with the form, such as marketing drip emails or coupons. There’s often a thank you page with analytics attached to track goals, that may be gated behind an account. Any of these parts could break and our form might appear to function fine at first glance.

Rio: Revolutionizing the Way You Deploy Applications

This week at KubeCon in San Diego, Rancher Labs announced the beta of Rio, the application deployment engine for Kubernetes. Originally announced in May of this year, the latest release is version v0.6.0. Rio combines several cloud-native technologies to simplify the process of taking code from the developer’s workstation to the production environment, while ensuring a robust and secure code deployment experience.

Why K3s Is the Future of Kubernetes at the Edge

By next year the number of connected devices will exceed 20 billion. The vast majority of these devices run on Arm architecture, increasingly at the infrastructure edge. With this growth in mind, the need for an agile, Arm-based development methodology has become increasingly urgent. Arm Neoverse provides the required IP for building the next gen of edge to cloud infrastructure to support the data explosion we are seeing, primarily caused by IoT.

Sentry Receives SOC 2 Compliance Certification

In a world where companies’ security teams are notoriously—and rightly—paranoid, we’re pleased to announce that Sentry has recently received its SOC 2 Type I compliance certification. Having met this important industry standard on the effectiveness of a company’s internal controls around information security, our existing and future customers can be confident about their data security and integrity with Sentry.

Exception Handling in Ruby

Software systems can be quite prone to error conditions. Systems that involve user interaction are more vulnerable to exceptions as they attract errors at multiple fronts. Errors can take many forms - syntactical errors, network errors, form input errors, invalid authentication errors etc. If not accounted for, these can affect user experience and can even manifest as security loopholes, enabling attackers to compromise the system.