Operations | Monitoring | ITSM | DevOps | Cloud

How To Reduce Strife Between Engineers And Finance

The conflict between engineers and finance is notorious. Finance thinks engineers just want to build cool products regardless of the cost. Likewise, engineers often feel their every move gets monitored by hawkish finance employees who seem to only care about costs. How can you, as a leader, encourage both teams to work together harmoniously? And what can you do to diffuse the situation when engineers feel attacked for their infrastructure choices?

Cloud optimisation: cut your 2023 cloud spending by two-thirds

Cloud optimisation enables organisations to significantly lower their cloud spending while ensuring the desired performance and necessary compliance. It’s a process that every business should adopt when choosing cloud infrastructure as a foundation for their applications. It’s been proven that applying cloud optimisation best practices leads to a total cost of ownership (TCO) reduction of two-thirds under certain circumstances. But let’s step back for a second.

Getting started with ROS security scanning

It’s a new year, and an especially great time to reflect on the security of your robots. After all, those interested in breaching it are probably doing the same. In previous articles, we discussed ROS security by detailing practical steps for securing your robots on Ubuntu and the challenges the community faces. In this blog post, I’ll give you some strategies, tips and open-source tools you can integrate into your development process today to ramp up the security of your project.

What's new in Calico v3.25

We’ve just released Calico v3.25! This milestone release includes a number of eBPF dataplane improvements designed to deliver an even faster upgrade experience, smaller memory footprint, and shorter eBPF networking object load time speed. But before we get into the details of these changes, let’s welcome and thank our new community problem-solvers who got their first contribution requests merged into our beloved project.

Dashboard Fridays: Sample Kubernetes dashboard

Engineers need to understand the status of microservices run on EKS, like health status of clusters and nodes, to avoid issues impacting business critical microservices. Plus, you need to be able to keep an eye on EKS resources, including whether the Kubernetes cluster has auto-scaled (where enabled). Usually, to view these metrics, it requires looking at each EKS cluster and node group individually in the AWS Console, or via another complex third-party dashboarding tool. The data is siloed and difficult to consolidate.

Get High-Performance, Enterprise-Class Observability With Sensu Go

Sensu offers a complete solution for infrastructure monitoring and observability, designed to give you visibility into all of your important infrastructure components, including containers, applications, traditional server closets, and the cloud. Sensu Go is a commercial product based on an open source core that is freely available under a permissive MIT License and publicly available on GitHub.

All About Solr Replica Placement Plugins

With Solr 9 the Autoscaling Framework was removed – for being too complex and not terribly reliable – and instead we have Replica Placement Plugins. Unlike Autoscaling, replica placement only happens when you create a collection or add a new replica. Hence the name: it’s about where to place these new replicas. In this article, we’ll look at the available replica placement plugins, what you can use them for and how to use them.