Operations | Monitoring | ITSM | DevOps | Cloud

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

How to Manage the High Cost of Scaling on Heroku

The ability to scale your applications is crucial for businesses, enabling them to manage growing user traffic, maintain application performance, and expand the business efficiently. Heroku has become one of the most popular platforms for this purpose due to its user-friendliness, rapid deployment, and support for various programming languages. Despite its powerful infrastructure and beneficial features, scaling on Heroku presents certain challenges in terms of high cost and poor performance.

Kubernetes 101: A comprehensive guide

Over time, Kubernetes has become a household name for container orchestration as organizations aim to streamline complex processes. With its rapidly growing popularity and convenient ecosystem, many organizations started using it to manage their applications and workloads. But what exactly is it, and how did it come into existence?

Top 10 AIOps & Observability Capabilities for the Banking and Finance Sector

Maintaining trust in the business services your customers rely on is everything. With ever-increasing customer expectations and the promise of ‘always-on’ services, poor digital experiences and outages can cause significant harm to your business. The Interlink Software AIOps and Observability platform strengthens IT teams’ capability to deliver more reliable, available digital services and reduce the risk of customer impacting disruption.

Monitoring Kubernetes Object Configuration with LogicMonitor

Kubernetes has emerged as the de facto standard for container orchestration in modern software development, allowing organizations to manage and scale containerized applications easily. As a highly dynamic and distributed system, however, Kubernetes can be challenging to manage and maintain at scale. One of the most critical aspects of maintaining a stable and secure Kubernetes cluster is monitoring the object configurations and tracking the changes over a period of time.
Sponsored Post

The Risks and Pitfalls of Too Many Monitoring Tools

If you are like most organizations, your technology environment is a complex mixture of tools needed to run your business. In this environment, monitoring and observability are critical to making sure everything is running smoothly. You use monitoring tools to measure server resources, log-parsing tools for troubleshooting, application tools to observe application performance, and audit-request tools to comply with regulations. While these are all valid observability needs, there are risks to overdoing it by introducing too many tools. Here are some ways to avoid monitoring proliferation when developing your observability strategy.

What Can Go Wrong for Logistics Companies Without Geofencing?

Logistics does not only involve getting company resources from point A to point B. When a company has a logistics arm, they also need to develop the practice of field service management. This applies to any kind of customer-facing logistics, whether they are service vehicles for on-site support or company cars for client visits. Unfortunately, some organizations are immature when it comes to their field service management, employing only the most bare-bones approach to the discipline.

How to Conduct Efficient Code Reviews with GitLens

Code reviews are a massively beneficial way to improve code quality, identify vulnerabilities, and establish coding best practices. According to Microsoft researchers, peer code reviews improve code quality by 15–35%. In addition, according to the Journal of Systems and Software, peer code reviews increase accountability by 30–40%.

Modernized Communications Needed For A Smooth Evolution To Smart!

As I’ve discussed in my previous blogs in this series, smart networks are becoming increasingly important in an ever-increasing range of industries. These smart networks can deliver significant benefits, but there are some risks, challenges and issues associated with moving to “smart”. In my final blog in the series I will discuss what is required from a modernized communications network to counter some of these risk, challenges and issues.

Iterate faster with Improved Cancelable Activities

Just the other day I was working on a side project. As we sometimes tend to do, I began on the production branch thinking to myself, “I’ll move this to the feature branch before I push”. Of course, as we tend to do, I forgot that I was working from the production branch and git push’ed—triggering a production deployment. I’d have loved to be able to abort that deployment at that moment.