Operations | Monitoring | ITSM | DevOps | Cloud

Just Launched ValidKube. Here Are 7 Other K8s Open Source Projects We Love!

I am excited to share that we’ve just launched our first open source project called ValidKube. The idea behind Validkube is to fuse together the capabilities of three other popular open-source projects (kubeval, kubectl-neat and trivy by Aqua) and present them in a single view, providing users with a way to ensure YAML code hygiene and security, all at the same time and with just a few clicks of the button.

Three Common Incident Response Process Examples

What makes an engineering team? Communication, collaboration, process, order, and common goals. Otherwise, they would just be a bunch of engineers. The same is true of their tools. Connectivity and process turn a bunch of tools into a DevOps toolchain. If you need a DevOp toolchain, you can use it to easily build an incident response process.

Real-time drone tracking and management with Grafana

The number of internet-connected assets around us that are powering services and utilities in a wide array of sectors is rising at an exponential rate. As a result, it’s becoming critical for businesses that provide such services and utilities to have an observability stack tailored to the type of physical hardware devices that are generally deployed in swarms.

Financial Services Customer Maintains 99.99% Uptime With LogicMonitor

In this case study video, LogicMonitor is joined by Abrigo, a software company for financial institutions, to discuss the evolution of the financial technology space through the digital transformation era. From supporting PPP loans throughout the pandemic to consolidating a plethora of monitoring tools into one platform for greater visibility and ease of use – LogicMonitor provides Abrigo with the enterprise-grade SaaS monitoring solution it needs to support its customers 24/7, around the globe.

GCISD Accelerates Digital Transformation With LogicMonitor

In this case study video, LogicMonitor is joined by Grapevine-Colleyville Independent School District to discuss the evolution of the education space through the digital transformation era. From keeping tabs on thousands of devices, consolidating a plethora of monitoring tools into one platform for greater visibility and ease of use, and leveraging AI powered alerting and forecasting, LogicMonitor provides GCISD with the enterprise-grade SaaS monitoring solution it needs to support its students 24/7, wherever they are learning.

DeveloperWeek 2022: Front-end Code Observability: Errors, Performance, Web Vitals

Good user experience requires a well performing frontend application. Code observability on a frontend application—to understand errors and their relevancy, performance of transactions, and Web Vitals to quantify website quality—is complex. By watching this video on-demand, you'll learn more about the tools that are available to aggregate and organize relevant frontend data to provide necessary visibility on errors and performance to keep users engaged.

Parallelizing Queries with Rails 7's `load_async`

As you're likely well aware, Rails 7 was released last month bringing a number of new features with it. One of the features we're most excited about is load_async. This features allows for multiple Active Record queries to be executed in parallel which can be a great tool for speeding up slow requests. Since Rails introduces an entirely new infrastructure for load_async, Skylight's existing integration wasn't capturing all of these queries.